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

SunburstControl.GetItemPath(ISunburstItem) Method

Returns the path to the specified Sunburst item.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

Declaration

public List<ISunburstItem> GetItemPath(
    ISunburstItem item
)

Parameters

Name Type Description
item DevExpress.TreeMap.ISunburstItem

The Sunburst item for which a path is obtained.

Returns

Type Description
List<DevExpress.TreeMap.ISunburstItem>

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

See Also