Name | Description | |
---|---|---|
![]() | Add | Adds a group to the list. |
![]() | Clear | Removes all groups from the list. |
![]() | Contains | Retrieves a boolean value indicating if a specific group exists in the list. (Inherited from Xceed.Grid.Collections.ReadOnlyGroupList) |
![]() | IndexOf | Searches for the specified Xceed.Grid.Group object and returns the zero-based index of the first occurrence within the list. (Inherited from Xceed.Grid.Collections.ReadOnlyGroupList) |
![]() | Insert | Inserts a group into the list at the specified index. |
![]() | Remove | Removes the group from the list. |
![]() | RemoveAt | Removes the group from the list at the specified index. |