A newer version of this page is available.
Switch to the current version.
CustomDrawEventArgs.Bounds Property
Returns a value specifying limits for the drawing area.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
public virtual Rectangle Bounds { get; }
Public Overridable ReadOnly Property Bounds As Rectangle
Property Value
Type | Description |
---|---|
Rectangle | A Rectangle specifying the drawing area. |
See Also
Feedback