Description
TreeList controls can display data of multiple nested tables. Each expandable tree list row has child views, which are displayed when the row is expanded. Use the wChildView
property to get access to child views of a certain tree list row.
Declaration
TestObj.wChildView(Row)
Read-Only Property | A DevExpressXtraTreeListView or DevExpressQuantumTreeListView 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:
Developer Express ExpressQuantumTreeList, Developer Express XtraTreeList, DevExpressQuantumTreeListView, DevExpressXtraTreeListView
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 zero-based index of the row that contains the desired data row. The first visible row has index 0, the second - 1, and so on. Index of the last visible row is wRowCount
- 1.
Property Value
A DevExpressXtraTreeListView
or DevExpressQuantumTreeListView
object corresponding to the specified child view. If the given object does not have child views, wChildView
returns an empty object (Nothing
in VBScript, nil
in DelphiScript, None
in Python, null
in JavaScript, JScript, C++Script and C#Script).
See Also
wColumnCount Property (TreeList Controls)
wRowCount Property (TreeList Controls)