wChildView Property (Specific to Infragistics XamDataGrid, Infragistics WebDataGrid and Telerik RadGridView for WinForms Controls)

Applies to TestComplete 12.60, last modified on September 17, 2018

Description

Grid controls can display data of multiple nested tables. Each level can display data of one or more tables, and the data of each table are displayed in a separate view. Each expandable row has a child view, which is displayed when this row is expanded. The property allows you to obtain the child view of a particular row item.

Declaration

TestObj.wChildView(Row)

Read-Only Property An InfragisticsWebDataGridView, XamDataGridView, TelerikGridView or TelerikRadGridView object
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Row [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:

Row

The index of the row whose child view you want to get. The index is zero-based and corresponds to the row's position within the object's internal row collection rather than to the row's visible position in the object.

Property Value

An InfragisticsWebDataGridView, XamDataGridView or TelerikGridView object.

Remarks

If you use Python or DelphiScript, you should enclose the parameters of the wChildView property in square brackets: wChildView[Row, View].

The wChildView property of the Telerik RadGridView for WPF object returns the same control. In other words, it is another object, but it has the same properties and methods.

See Also

wColumn Property (Grid Controls)
wColumnCount Property (Grid Controls)
wRowCount Property (Grid Controls)
wValue Property (Grid Controls)

Highlight search results