Gets the collection of child nodes of the current node.
Note that accessing this property initializes the collection if it has not been initialized yet.
To test whether there are child nodes without this side effect, use the HasChildren property.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public OutlineNodeCollection Children { get; } |
Visual Basic |
---|
Public ReadOnly Property Children As OutlineNodeCollection Get |