Back to Devexpress

TimelineView.IntervalDuration Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-d6326a27.md

latest1.2 KB
Original Source

TimelineView.IntervalDuration Property

Specifies the interval available in the Timeline View. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public TimeSpan IntervalDuration { get; set; }
vb
Public Property IntervalDuration As TimeSpan

Property Value

TypeDescription
TimeSpan

A System.TimeSpan value.

|

Remarks

The ViewportInterval property returns the currently displayed interval.

See Also

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace