Name | Description | |
---|---|---|
![]() | AddGroup | Add groupToAdd to this group of groups children. |
![]() | AddRange | Add a sequence of groups to this group of groups children. |
![]() | CloneDeep | Clone this group of groups and all its child groups and child queries recursively, through controller. |
![]() | ContainsGroup | Gets a value indicating whether this group of groups contains group. |
![]() | GetGroupAt | Returns the group at the index position in this.ChildGroups. |
![]() | IndexOfGroup | Determines the index of a specific group in this.ChildGroups. |
![]() | MoveGroupToIndex | Move groupToMove to the position specified by index. |
![]() | RemoveGroup | Remove groupToRemove from this group of groups children. |
![]() | ReplaceGroup | Replace groupToReplace with newGroup. |