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

TimelineView.IntervalCount Property

Gets or sets the number of time intervals displayed in the timeline view. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public int IntervalCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies how many time intervals are displayed at once.

Remarks

Use the IntervalCount property to specify the number of time intervals displayed in the scheduling area. The type of interval (month, day, hour) corresponds to the most detailed enabled time scale.

Note

The IntervalCount property is not in effect if the ViewMode property is set to Standard.

See Also