TcxSchedulerCustomResourceView.GroupingKind Property
In This Article
Specifies how the time View groups user events in the scheduling area.
#Declaration
Delphi
property GroupingKind: TcxSchedulerGroupingKind read; write; default gkDefault;
#Property Value
Type | Default |
---|---|
Tcx |
gk |
#Remarks
The available types of schedules grouping are specified by the TcxSchedulerGroupingKind enumeration.
Note
this property has priority over the scheduler’s Options
The default value of the GroupingKind property is gkDefault.
See Also