DayViewBase.ActualVisibleTime Property
Gets the View’s time interval. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public TimeSpanRange ActualVisibleTime { get; }
Property Value
Type | Default | Description |
---|---|---|
TimeSpanRange | 1.00:00:00 | The time interval the View currently shows. |
See Also