GridRowValidationEventArgs.RowHandle Property
In This Article
Gets the processed row's handle.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the processed row's handle. |
#Remarks
To learn more, see Validating Rows and Identifying Rows.
See Also