Skip to main content
A newer version of this page is available. .

NodeChangedEventArgs.NodeCollection Property

Gets the collection that contains the current node.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public TreeListNodes NodeCollection { get; }

Property Value

Type Description
TreeListNodes

A TreeListNodes object that specifies the collection that contains the current node.

See Also