Skip to main content
A newer version of this page is available.

IGroupInfo.RowCount Property

Gets the number of data rows in the group.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

int RowCount { get; }

Property Value

Type Description
Int32

The number of rows in the group.

Remarks

To get handles of the first and last data rows within the group, use the IGroupInfo.FirstRowHandle and IGroupInfo.LastRowHandle properties.

Group Info

See Also