Skip to main content
All docs
V23.2

AppointmentViewModel.ViewportInterval Property

Gets the appointment time interval displayed on screen.

Namespace: DevExpress.Xpf.Scheduling.VisualData

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public DateTimeRange ViewportInterval { get; }

Property Value

Type Description
DateTimeRange

The appointment time interval displayed on screen.

See Also