Children Property (SplitGroup)
In This Topic
Gets the child items.
Syntax
'Declaration
Public ReadOnly Property Children As System.Collections.Generic.IList(Of ISplitLayoutItem)
'Usage
Dim instance As SplitGroup
Dim value As System.Collections.Generic.IList(Of ISplitLayoutItem)
value = instance.Children
public System.Collections.Generic.IList<ISplitLayoutItem> Children {get;}
public read-only property Children: System.Collections.Generic.IList;
public function get Children : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<ISplitLayoutItem*>* get_Children();
public:
property System.Collections.Generic.IList<ISplitLayoutItem^>^ Children {
System.Collections.Generic.IList<ISplitLayoutItem^>^ get();
}
See Also