DayViewBase.ActualVisibleTime Property
In This Article
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
C#
public TimeSpanRange ActualVisibleTime { get; }
#Property Value
Type | Default | Description |
---|---|---|
Time |
1. |
The time interval the View currently shows. |
See Also