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