Gets the displayable children of this node.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public ObservableCollection<Node> Children { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Children As ObservableCollection(Of Node) |