Back to Devexpress

TcxSchedulerGroupingKind Enum

vcl-cxschedulercustomcontrols-6c4bf5a0.md

latest1.3 KB
Original Source

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:

ValueMeaning
gkDefaultIf 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.
gkNoneSchedules aren’t grouped. User events are displayed altogether in every day in chronological order.
gkByDateSchedules are grouped by dates and resources.
gkByResourceSchedules are grouped by resources.

See Also

TcxSchedulerCustomResourceView.GroupingKind

TcxSchedulerOptionsView.GroupingKind

cxSchedulerCustomControls Unit