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