Skip to main content

CustomDrawEventArgs.Bounds Property

Returns a value specifying limits for the drawing area.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public virtual Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle specifying the drawing area.

See Also