Skip to main content
All docs
V26.1
  • 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.v26.1.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