Skip to main content

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

C#
public TimeSpanRange ActualVisibleTime { get; }

#Property Value

Type Description
TimeSpanRange

The time interval the View currently shows.

See Also