wGroup Property (Grid Controls)

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

Description

Use the wGroup property to access individual grid groups. This property returns an object that corresponds to the specified group. You can work with data rows that belong to the given group by using methods and properties of the returned object.

Declaration

TestObj.wGroup(Group)

Read-Only Property A SyncfusionEssGridView or XceedDotNetGridGroup object
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Group [in]    Required    Integer    

Applies To

The property is applied to the following objects:

View Mode

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

Parameters

The property has the following parameter:

Group

Specifies the index of the desired group. The first group has an index of 0, the second - 1, and so on. Index of the last group is wGroupCount-1.

Property Value

A SyncfusionEssGridView or XceedDotNetGridGroup object corresponding to the specified group.

Remarks

If you use Python or DelphiScript, you should enclose the parameter of the wGroup property in square brackets: wGroup[Group].

See Also

wChildView Property (Grid Controls)
wGroupCount Property (Grid Controls)
wColumnCount Property (Grid Controls)
wRowCount Property (Grid Controls)

Highlight search results