CellViewModel.Interval Property
Gets or sets a time slot the cell occupies.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public DateTimeRange Interval { get; }
Property Value
Type | Description |
---|---|
DateTimeRange | The time slot the cell occupies. |
See Also