DayViewCellViewModel.Time Property
Returns the start time of the time interval the cell occupies.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public TimeSpan Time { get; }
Property Value
Type | Description |
---|---|
TimeSpan | The start time of the time interval the cell occupies. |
See Also