TcxSchedulerOptionsView.GroupingKind Property
In This Article
Specifies the kind of schedules grouping in the scheduling area.
#Declaration
Delphi
property GroupingKind: TcxSchedulerGroupingKind read; write; default gkDefault;
#Property Value
Type | Default |
---|---|
Tcx |
gk |
#Remarks
The available types of grouping for schedules are specified by the TcxSchedulerGroupingKind enumeration.
Note
the View’s Grouping
The default value of the GroupingKind property is gkDefault.
See Also