IExtJSTreePanelViewwChildView Property |
Returns the child view object of the view or grid.
Namespace:
SmartBear.TestLeft.TestObjects.Web.ExtJS
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyEnumCollection2<IExtJSTreePanelView> wChildView { get; }
ReadOnly Property wChildView As IReadOnlyEnumCollection2(Of IExtJSTreePanelView)
Get
Dim instance As IExtJSTreePanelView
Dim value As IReadOnlyEnumCollection2(Of IExtJSTreePanelView)
value = instance.wChildView
property IReadOnlyEnumCollection2<IExtJSTreePanelView^>^ wChildView {
IReadOnlyEnumCollection2<IExtJSTreePanelView^>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollection2IExtJSTreePanelViewExceptions See Also