Search
ResourceViewStyle Enumeration
See Also
 






Specifies the style of a CalendarView.ResourceView view.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public enum ResourceViewStyle

 Members

  Member name Description

General

Each row in a CalendarView.ResourceView view has a fixed width. The items within the row are positioned similarly to the items in a CalendarView.Timetable view.

Lanes

Each row in a CalendarView.ResourceView view displays one or more lanes where items are positioned. More lanes are added automatically to respect the requirement that all overlapping items are on separate lanes.

 See Also