Skip to main content

DayCellControl.IsHourBoundary Property

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

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Package: 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