Back to Devexpress

NodeChangedEventArgs.NodeCollection Property

windowsforms-devexpress-dot-xtratreelist-dot-nodechangedeventargs-4a1efece.md

latest1.3 KB
Original Source

NodeChangedEventArgs.NodeCollection Property

Gets the collection that contains the current node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public TreeListNodes NodeCollection { get; }
vb
Public ReadOnly Property NodeCollection As TreeListNodes

Property Value

TypeDescription
TreeListNodes

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

|

See Also

NodeChangedEventArgs Class

NodeChangedEventArgs Members

DevExpress.XtraTreeList Namespace