IGroupInfo.LastRowHandle Property
In This Article
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 Grid
To get the handle of the first row in the group, use the IGroupInfo.FirstRowHandle property. To obtain the number of rows in the group, use the IGroupInfo.RowCount property.
See Also