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