TimeRulerCellViewModel.IsEndTimeIntervalBoundary Property
Returns whether the time slot the cell represents is at the end 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 IsEndTimeIntervalBoundary { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also