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

SingleWeekCellBase.ContentBounds Property

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public override Rectangle ContentBounds { get; }

Property Value

Type Description
Rectangle

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

See Also