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

TimeRulerCellViewModel.IsHourBoundary Property

Gets whether the cell’s time interval starts with the beginning of an hour.

Namespace: DevExpress.Xpf.Scheduling.VisualData

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

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

Declaration

public bool IsHourBoundary { get; }

Property Value

Type Description
Boolean

True, if the cell is located at the hour boundary; otherwise, false.

See Also