Skip to main content
All docs
V24.2

NewNodeArgs.ParentPath Property

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

Declaration

public IEnumerable<object> ParentPath { get; }

Property Value

Type Description
IEnumerable<Object>

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

See Also