Skip to main content

TcxSchedulerCustomResourceView.GroupingKind Property

Specifies how the time View groups user events in the scheduling area.

Declaration

property GroupingKind: TcxSchedulerGroupingKind read; write; default gkDefault;

Property Value

Type Default
TcxSchedulerGroupingKind gkDefault

Remarks

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

Note

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

The default value of the GroupingKind property is gkDefault.

See Also