Skip to main content

SingleWeekCellBase.HeaderBounds Property

Provides access to the Day of Week header bounds.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public Rectangle HeaderBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle object representing the header bounds.

See Also