Skip to main content
A newer version of this page is available. .
All docs
V21.2

TimelineView.ViewportStart Property

Specifies the leftmost date-time value visible in the client. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public DateTime ViewportStart { get; set; }

Property Value

Type Description
DateTime

A System.DateTime value that is the leftmost date-time visible in the client.

Remarks

The ViewportInterval property returns the interval currently visible in the client.

See Also