TimeRulerCellViewModel.IsStartTimeIntervalBoundary Property
Returns whether the time slot the cell represents is at the start of the time interval to which the slot belongs.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public bool IsStartTimeIntervalBoundary { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also