CollapseGroup Action (Specific to Telerik RadGridView for WPF Controls)

Applies to TestComplete 15.64, last modified on May 16, 2024

Description

The Collapse action collapses the specified grid group. The effect is the same as when you click the “-” button of the group. However, the CollapseGroup action does not move the mouse cursor.

Declaration

TestObj.CollapseGroup(Group)

TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Group [in]    Required    Variant    
Result None

Applies To

The method is applied to the following object:

View Mode

To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Parameters

The method has the following parameter:

Group

The integer index or string name of the desired group. For more information, see the Remark section.

Result Value

None.

Remarks

You can specify the desired control’s item by assigning group’s name or index to the Group parameter. Therefore, if this parameter holds a string, TestComplete identifies the item by name.

The caption can contain asterisk (*) or question mark (?) wildcards or regular expressions. The asterisk corresponds to a string of any length (including an empty string), the question mark corresponds to any single character (including none). To specify more complicated parts of a caption, use regular expressions.

The caption can be case-sensitive or case-insensitive depending on the value of the Use case-sensitive parameters project setting.

If Group holds an integer value, then TestComplete treats the Group value as an index.

If the specified group is not found, CollapseGroup fails and posts an error message to the log.

The script recorder recognizes mouse clicks on the “-” buttons within the control groups and records the CollapseGroup command.

See Also

Collapse Action (Grid Controls)
Expand Action (Grid Controls)
ExpandGroup Action (Specific to Telerik RadGridView for WPF Controls)

Highlight search results