Back to Devexpress

TreeMapControl.GetItemPath(ITreeMapItem) Method

windowsforms-devexpress-dot-xtratreemap-dot-treemapcontrol-dot-getitempath-x28-devexpress-dot-treemap-dot-itreemapitem-x29.md

latest1.5 KB
Original Source

TreeMapControl.GetItemPath(ITreeMapItem) Method

Returns the path to the specified TreeMap item.

Namespace : DevExpress.XtraTreeMap

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

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
public List<ITreeMapItem> GetItemPath(
    ITreeMapItem item
)
vb
Public Function GetItemPath(
    item As ITreeMapItem
) As List(Of ITreeMapItem)

Parameters

NameTypeDescription
itemITreeMapItem

The TreeMap item for which a path is obtained.

|

Returns

TypeDescription
List<ITreeMapItem>

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

|

See Also

TreeMapControl Class

TreeMapControl Members

DevExpress.XtraTreeMap Namespace