TcxSchedulerGroupingKind Enum
In This Article
Enumerates the available kinds of the schedules grouping in the scheduling area.
#Declaration
Delphi
TcxSchedulerGroupingKind = (
gkDefault,
gkNone,
gkByDate,
gkByResource
);
#Members
Name |
---|
gk
|
gk
|
gk
|
gk
|
#Remarks
Values include:
Value | Meaning |
---|---|
gk |
If more than one resource is set then the grouping behavior is the same as that specified by the gk |
gk |
Schedules aren’t grouped. User events are displayed altogether in every day in chronological order. |
gk |
Schedules are grouped by dates and resources. |
gk |
Schedules are grouped by resources. |
See Also