Skip to main content

TimeRulerCellViewModel.IsTimeDesignatorBoundary Property

Returns whether the cell represents the time slot that contains midday / midnight.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool IsTimeDesignatorBoundary { get; }

Property Value

Type Description
Boolean

true, if the cell represents the time slot that contains midday / midnight; otherwise, false.

See Also