TimeIntervalDisplayMode Enum
Lists the values that specify how the time intervals are displayed.
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Members
Name | Description |
---|---|
Show
|
The time intervals are displayed and highlighted in the timeline. |
Hide
|
The time intervals are not visually highlighted in the timeline. |
Cut
|
The time intervals are cut out from the timeline. |
Related API Members
The following properties accept/return TimeIntervalDisplayMode values:
Remarks
The values listed by this enumeration are used to set the NonworkingDayDisplayMode and NonworkingTimeDisplayMode properties.
See Also