Gets the child nodes.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ChildNodes As List(Of ASTreeViewNode)
C#
public List<ASTreeViewNode> ChildNodes { get; }
C++
public property List<ASTreeViewNode> ChildNodes sealed  {
    List<ASTreeViewNode> get();
}
J#
/** property */
public List<ASTreeViewNode> get_ChildNodes();
JScript
public function get ChildNodes() : List<ASTreeViewNode>

Property Value

The child nodes.

See Also