AppointmentViewModel.VisibleInterval Property
In This Article
Returns the appointment’s visible interval.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public DateTimeRange VisibleInterval { get; }
#Property Value
Type | Description |
---|---|
Date |
The appointment’s visible interval. |
See Also