Skip to main content

RowEventArgs.RowHandle Property

Gets the processed row's handle.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public int RowHandle { get; protected set; }

#Property Value

Type Description
Int32

An integer value that specifies the processed row's handle.

#Remarks

For detailed information on how to identify rows by their handles and visible indices, see Identifying Rows.

See Also