Skip to main content

CustomDrawCellEventArgsBase.Bounds Property

Returns the bounding rectangle of the drawing area.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: 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