Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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