wpf-devexpress-dot-xpf-dot-gantt-3eb3b4d3.md
Lists the values that specify how the time intervals are displayed.
Namespace : DevExpress.Xpf.Gantt
Assembly : DevExpress.Xpf.Gantt.v25.2.dll
NuGet Package : DevExpress.Wpf.Gantt
public enum TimeIntervalDisplayMode
Public Enum TimeIntervalDisplayMode
| 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.
|
The following properties accept/return TimeIntervalDisplayMode values:
The values listed by this enumeration are used to set the NonworkingDayDisplayMode and NonworkingTimeDisplayMode properties.
See Also