Skip to main content

TcxSchedulerOptionsView.GroupingKind Property

Specifies the kind of schedules grouping in the scheduling area.

Declaration

property GroupingKind: TcxSchedulerGroupingKind read; write; default gkDefault;

Property Value

Type Default
TcxSchedulerGroupingKind gkDefault

Remarks

The available types of grouping for schedules are specified by the TcxSchedulerGroupingKind enumeration.

Note

the View’s GroupingKind property has priority over this property. If the View’s GroupingKind property is set to gkDefault, the user events are organized as specified by the GroupingKind property.

The default value of the GroupingKind property is gkDefault.

See Also