Skip to main content
All docs
V23.2

TimelineView.ViewportInterval Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public DateTimeRange ViewportInterval { get; }

Property Value

Type Description
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