Skip to main content

IGroupInfo Properties

Provides properties to obtain information on a data group.
Name Description
FieldName Gets the field name of the column by which data is grouped.
FirstRowHandle Gets the handle of the first row in the group.
GroupRowHandle Gets the handle of the current group row.
IsCollapsed Indicates whether the group is collapsed.
LastRowHandle Gets the handle of the last row in the group.
RowCount Gets the number of data rows in the group.
Summaries Gets the list of objects that contain information on group summaries calculated for the data group and displayed within the group row.
Value Gets the value for which the group is created (a value which is displayed in a group row).
See Also