IGroupingItem Interface
Description
A set of objects having the same value in a specific field.
Public Properties
Public Property FieldNameThe name of the field by which the objects are grouped.
Public Property FieldValueItems belonging to the group have this value in the field.
Public Property GroupListThe list of sub-groups of this group.
Public Property ItemCountThe number of objects in the group.
Public Property ItemListThe list of references to the members of the group.
See Also