Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerOptionsView.GroupingKind Property

Specifies the kind of schedules grouping in the scheduling area.

#Declaration

Delphi
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