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

TimeRulerCellViewModel.IsTimeDesignatorBoundary Property

Gets whether the cell’s time interval starts at noon or midnight so the cell’s text requires a time designator.

Namespace: DevExpress.Xpf.Scheduling.VisualData

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public bool IsTimeDesignatorBoundary { get; }

Property Value

Type Description
Boolean

True, if the cell’s time interval starts on a boundary which requires a time designator; otherwise, false.

See Also