wChildViewName Property (Specific to Telerik RadGridView for WPF Controls)

Applies to TestComplete 15.62, last modified on March 19, 2024

Description

Use the wChildViewName property to get the name of the relation between the control and nested GridView. The name of the relation is specified by the developer during the development process. Usually, it indicates what kind of data the child view contains. For details, see the official documentation.

Declaration

TestObj.wChildViewName(Row, View)

Read-Only Property String
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    
View [in]    Required    Integer    

Applies To

The property is applied to the following object:

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 parameters:

Row

Specifies the zero-based index of the row that contains a child grid view.

View

Specifies the zero-based index of the desired child view in the row.

Property Value

The name of the relation between the control and a nested child view.

See Also

wChildView Property (Grid Controls)
wChildViewCount Property (Grid Controls)

Highlight search results