SunburstControl.GetItemPath(ISunburstItem) Method
In This Article
Returns the path to the specified Sunburst item.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.UI.dll
NuGet Package: DevExpress.Win.TreeMap
#Declaration
public List<ISunburstItem> GetItemPath(
ISunburstItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | ISunburst |
The Sunburst item for which a path is obtained. |
#Returns
Type | Description |
---|---|
List<ISunburst |
The collection of Sunburst items that form the path from the top level item to the current item. |
See Also