Back to Devexpress

TimelineView.ViewportInterval Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-3d0701ae.md

latest1.8 KB
Original Source

TimelineView.ViewportInterval Property

Returns the interval currently visible in the client. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public DateTimeRange ViewportInterval { get; }
vb
Public ReadOnly Property ViewportInterval As DateTimeRange

Property Value

TypeDescription
DateTimeRange

A DevExpress.Mvvm.DateTimeRange value.

|

Remarks

The maximum value of the ViewportInterval property is the VisibleIntervals value.

The ViewportStart property specifies the leftmost date-time value visible in the client.

The IntervalDuration property specifies the interval available in the Timeline View.

Note

The ViewportInterval property is not in effect if the ViewMode property is set to Legacy.

See Also

Zoom

ZoomRange

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace