Skip to main content

TimeRulerCellViewModel.IsTimeDesignatorBoundary Property

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

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.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