TreeMapControl.GetItemPath(ITreeMapItem) Method
In This Article
Returns the path to the specified TreeMap item.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.UI.dll
NuGet Package: DevExpress.Win.TreeMap
#Declaration
public List<ITreeMapItem> GetItemPath(
ITreeMapItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | ITree |
The Tree |
#Returns
Type | Description |
---|---|
List<ITree |
The collection of Tree |
See Also