Description
The GridGroupCollection
object is a helper object for the grid and grid view controls that support grouping (for example, Telerik RadGridView for WPF or AngularUI Grid). It provides information about the control’s groups. To get the GridGroupCollection
object in tests, use the control’s wGroups
property.
Use this object to explore the structure of the grid (or grid view) control without changing the selection. The Item
property of the GridGroupCollection
object returns the GridGroup object that has the Groups
property providing access to a collection of groups of the child item.