Skip to main content

NodeChangedEventArgs.NodeCollection Property

Gets the collection that contains the current node.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListNodes NodeCollection { get; }

Property Value

Type Description
TreeListNodes

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

See Also