Skip to main content

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.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool IsEndTimeIntervalBoundary { get; }

Property Value

Type Description
Boolean

true, if the cell represents the time slot that is at the end of the time interval; otherwise, false

See Also