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

SingleWeekCellBase.HeaderBounds Property

Provides access to the Day of Week header bounds.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v20.2.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