Back to Devexpress

GanttView.NonworkingTimeDisplayMode Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-ddefa93f.md

latest1.6 KB
Original Source

GanttView.NonworkingTimeDisplayMode Property

Gets or sets a value that specifies how nonworking time intervals are displayed within the timeline. This is a dependency property.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public TimeIntervalDisplayMode NonworkingTimeDisplayMode { get; set; }
vb
Public Property NonworkingTimeDisplayMode As TimeIntervalDisplayMode

Property Value

TypeDescription
TimeIntervalDisplayMode

A TimeIntervalDisplayMode enumeration value.

|

Available values:

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.

|

See Also

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace