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

TimeRulerCellViewModel.IsTimeDesignatorBoundary Property

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

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