DataAwareEventArgsBase.RowHandle Property
Gets the handle (identifier) of the current data row in the source control.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Int32 | The handle of the current data row in the source control. |
Remarks
The following table describes the RowHandle property values for different source controls.
| Control | RowHandle property value |
|---|---|
| Windows Forms GridControl | The position of the current data row in the grid control. See Identifying Rows and Cards to learn about row handles. |
See Also