Skip to main content
All docs
V23.2

NodeClickArgs.Path Property

Gets a path to the processed node. This path starts with the processed node and includes all its parent nodes.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public IEnumerable<object> Path { get; }

Property Value

Type Description
IEnumerable<Object>

A path to the processed node. This path starts with the processed node and includes all its parent nodes.

See Also