Back to Devexpress

TimeIntervalDisplayMode Enum

wpf-devexpress-dot-xpf-dot-gantt-3eb3b4d3.md

latest1.7 KB
Original Source

TimeIntervalDisplayMode Enum

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

Declaration

csharp
public enum TimeIntervalDisplayMode
vb
Public Enum TimeIntervalDisplayMode

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used to set the NonworkingDayDisplayMode and NonworkingTimeDisplayMode properties.

See Also

DevExpress.Xpf.Gantt Namespace