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

SunburstItemCollection Class

The collection of SunburstItem objects.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public class SunburstItemCollection :
    HierarchicalItemCollectionBase<SunburstItem>

The following members return SunburstItemCollection objects:

Remarks

The SunburstItemStorage.Items property has this type.

See Also