IDevExpressQuantumTreeListwChildView Property |
Returns the child view object of the view or grid.
Namespace:
SmartBear.TestLeft.TestObjects.VCL.DevExpress
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyCollection<int, IDevExpressQuantumTreeList> wChildView { get; }
ReadOnly Property wChildView As IReadOnlyCollection(Of Integer, IDevExpressQuantumTreeList)
Get
Dim instance As IDevExpressQuantumTreeList
Dim value As IReadOnlyCollection(Of Integer, IDevExpressQuantumTreeList)
value = instance.wChildView
property IReadOnlyCollection<int, IDevExpressQuantumTreeList^>^ wChildView {
IReadOnlyCollection<int, IDevExpressQuantumTreeList^>^ get ();
}
Property Value
Type:
IReadOnlyCollectionInt32,
IDevExpressQuantumTreeListExceptions See Also