Skip to main content
A newer version of this page is available. .

TreeMapControl.GetItemPath(ITreeMapItem) Method

Returns the path to the specified TreeMap item.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.UI.dll

NuGet Package: DevExpress.Win.TreeMap

Declaration

public List<ITreeMapItem> GetItemPath(
    ITreeMapItem item
)

Parameters

Name Type Description
item ITreeMapItem

The TreeMap item for which a path is obtained.

Returns

Type Description
List<ITreeMapItem>

The collection of TreeMap items that form the path from the top level item to the current item.

See Also