Skip to main content
All docs
V24.1

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.v24.1.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