ITreeNode.Children Property

Provides access to the current node's child nodes.

Namespace: DevExpress.Persistent.Base.General

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

Declaration

IBindingList Children { get; }
ReadOnly Property Children As IBindingList

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