Skip to main content

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

public int RowHandle { get; }

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