TimeRulerCellControl.IsHourBoundary Property
In This Article
Gets whether the cell’s time interval starts at the beginning of the hour.
Namespace: DevExpress.Xpf.Scheduling.Visual
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | True, if the cell is located at the hour boundary; otherwise, false. |
#Remarks
If the IsHourBoundary is true, the cell uses the TimeRulerCellControl.HourStringFormat format string to display the interval’s start.
See Also