Skip to main content

IGroupInfo Interface

Provides properties to obtain information on a data group.

Namespace: DevExpress.Mobile.DataGrid

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

Declaration

public interface IGroupInfo

The following members return IGroupInfo objects:

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.

Call the GridControl.GetGroupInfo method with a group row handle passed as a parameter to obtain an object implementing the IGroupInfo interface and holding information on the corresponding data group. This object’s properties allow you to get group summary values calculated for the specified group (IGroupInfo.Summaries), the value for which the group was created (IGroupInfo.Value), the number of rows in the group (IGroupInfo.RowCount), etc.

See Also