Skip to main content
A newer version of this page is available. .

TimeIntervalDisplayMode Enum

Lists the values that specify how the time intervals are displayed.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v19.1.dll

Declaration

public enum TimeIntervalDisplayMode

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