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

TcxSchedulerGroupingKind Enum

Enumerates the available kinds of the schedules grouping in the scheduling area.

#Declaration

Delphi
TcxSchedulerGroupingKind = (
    gkDefault,
    gkNone,
    gkByDate,
    gkByResource
);

#Members

Name
gkDefault
gkNone
gkByDate
gkByResource

#Remarks

Values include:

Value Meaning
gkDefault If more than one resource is set then the grouping behavior is the same as that specified by the gkByResource flag. If one or no resource is set then grouping behavior is the same as that specified by the gkNone flag.
gkNone Schedules aren’t grouped. User events are displayed altogether in every day in chronological order.
gkByDate Schedules are grouped by dates and resources.
gkByResource Schedules are grouped by resources.
See Also