Skip to main content
.NET 6.0+

ITreeNode.Children Property

Provides access to the current node’s child nodes.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

IBindingList Children { get; }

Property Value

Type Description
IBindingList

A IBindingList object that represents the current node’s child nodes.

Remarks

The child nodes are the nodes that have their ITreeNode.Parent property pointing to the current node.

See Also