C1.WPF.FlexReport.4 Assembly > C1.WPF.FlexReport Namespace : GroupCollection Class |
For a list of all members of this type, see GroupCollection members.
Name | Description | |
---|---|---|
![]() | Add | Adds a new Group to the collection, along with header and footer sections for the new group. |
![]() | Clear | Clears the collection. |
![]() | Contains | Overloaded. Determines whether the collection contains an item with specified name. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Group>) |
![]() | CopyTo | (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Group>) |
![]() | FindByName | Gets the item by its name, returns null if not found. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Group>) |
![]() | IndexByName | Gets the index of the element by its name. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Group>) |
![]() | IndexOf | Gets the index of the element. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Group>) |
![]() | Move | Moves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<Group>) |
![]() | RemoveAt | Removes an item from the collection. |