Skip to main content

CustomDrawEventArgs.Bounds Property

Gets a value specifying limits for the drawing area.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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