IGroupInfo.GroupRowHandle Property
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the row handle. |
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
To get handles of the first and last data rows within the group, use the IGroupInfo.FirstRowHandle and IGroupInfo.LastRowHandle properties, respectively.
See Also