Skip to main content

SingleWeekCellBase.ContentBounds Property

Gets the rectangle which encompasses the cell area excluding its header.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override Rectangle ContentBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle that is the area for displaying the cell content.

See Also