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