GridGroupCollection Object

Applies to TestComplete 15.63, last modified on April 23, 2024

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.

Members

See Also

Telerik RadGridView for WPF Support
AngularUI Grid Support

Highlight search results