ITreeNode.Children Property
In This Article
Provides access to the current node’s child nodes.
Namespace: DevExpress.Persistent.Base.General
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
IBindingList Children { get; }
#Property Value
Type | Description |
---|---|
IBinding |
A IBinding |
#Remarks
The child nodes are the nodes that have their ITreeNode.Parent property pointing to the current node.
See Also