TcxSchedulerGroupingKind Enum
Enumerates the available kinds of the schedules grouping in the scheduling area.
Declaration
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