NodeChangedArgs.Path Property
In This Article
Gets a path to the changed node. This path starts with this node and includes all its parent nodes.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.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 changed node. This path starts with this node and includes all its parent nodes. |
See Also