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

IGroupInfo Interface

Contains information on a group of data rows.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public interface IGroupInfo

The following members return IGroupInfo objects:

Remarks

Use the DataGridView.GetGroup method with a group row handle passed as a parameter to obtain an object that implements the IGroupInfo interface and holds information about the corresponding group of rows. This object’s properties allow you to get summary values calculated for the specified group (Summaries), the value for which the group was created (GroupValue), the number of rows in the group (RowCount), etc.

Group Info

See Also