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

CustomDrawCellEventArgsBase.Bounds Property

Returns the bounding rectangle of the drawing area.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Spreadsheet

Declaration

public override Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle value which specifies the object’s bounding rectangle.

See Also