Skip to main content

DataAwareEventArgsBase.RowHandle Property

Gets the handle (identifier) of the current data row in the source control.

Namespace: DevExpress.Export

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public int RowHandle { get; set; }

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