Back to Devexpress

TimelineView.ViewportStart Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-e29ddf08.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public DateTime ViewportStart { get; set; }
vb
Public Property ViewportStart As Date

Property Value

TypeDescription
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

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace