DayViewCellViewModel.IsIntervalBoundary Property
Returns whether the cell represents the last time slot in the time scale interval.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public bool IsIntervalBoundary { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also