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

TcxSchedulerCustomResourceView.GroupingKind Property

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
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