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

CustomDrawEventArgs.Bounds Property

Gets a value specifying limits for the drawing area.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure representing the painted element’s bounding rectangle.

See Also