DayViewBase.ActualVisibleTime Property
In This Article
Returns the time interval the View currently shows.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public TimeSpanRange ActualVisibleTime { get; }
#Property Value
Type | Description |
---|---|
Time |
The time interval the View currently shows. |
See Also