RowCellCustomDrawEventArgs.RowHandle Property
Gets the handle of a painted element’s row.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value identifying the row that corresponds to the painted element. |
Remarks
Refer to the Rows and Cards document for more information on row handles.
See Also