Skip to main content

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

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

See Also