TimeRulerCellViewModel.TimeSlot Property
Returns the duration of the time slot the cell represents.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public TimeSpan TimeSlot { get; }
Property Value
Type | Description |
---|---|
TimeSpan | The duration of the time slot the cell represents. |
See Also