Skip to main content

IGroupInfo.FirstRowHandle Property

Gets the handle of the first row in the group.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

int FirstRowHandle { get; }

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 the handle of the last row in the group, use the IGroupInfo.LastRowHandle property. To obtain the number of rows in the group, use the IGroupInfo.RowCount property.

See Also