Back to Devexpress

SunburstControl.GetItemPath(ISunburstItem) Method

windowsforms-devexpress-dot-xtratreemap-dot-sunburstcontrol-dot-getitempath-x28-devexpress-dot-treemap-dot-isunburstitem-x29.md

latest1.5 KB
Original Source

SunburstControl.GetItemPath(ISunburstItem) Method

Returns the path to the specified Sunburst item.

Namespace : DevExpress.XtraTreeMap

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

NuGet Package : DevExpress.Win.TreeMap

Declaration

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

Parameters

NameTypeDescription
itemISunburstItem

The Sunburst item for which a path is obtained.

|

Returns

TypeDescription
List<ISunburstItem>

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

|

See Also

SunburstControl Class

SunburstControl Members

DevExpress.XtraTreeMap Namespace