Skip to main content

CustomRowCellEventArgs.RowHandle Property

Gets the handle of the row that contains the processed cell.

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 specifying the handle of the row that contains the cell.

Remarks

See the Rows document for information on row handles.

See Also