TimelineView.ViewportInterval Property
In This Article
Returns the interval currently visible in the client. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public DateTimeRange ViewportInterval { get; }
#Property Value
Type | Description |
---|---|
Date |
A DevExpress. |
#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 Viewport
See Also