Skip to main content
A newer version of this page is available. .

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

Declaration

public bool IsIntervalBoundary { get; }

Property Value

Type Description
Boolean

true, if the the cell represents the last time slot in the time scale interval; otherwise, false.

See Also