Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTreeView Class / ExpandPathToItem Method


In This Topic
    ExpandPathToItem Method (NTreeView)
    In This Topic
    Expands the ancestors of the given item all the way up to the root.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ExpandPathToItem( _
       ByVal item As NTreeViewItem _
    ) 
    'Usage
     
    
    Dim instance As NTreeView
    Dim item As NTreeViewItem
     
    instance.ExpandPathToItem(item)
    public virtual void ExpandPathToItem( 
       NTreeViewItem item
    )

    Parameters

    item
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also