Back to Devexpress

SunburstItemCollection Class

windowsforms-devexpress-dot-xtratreemap-8037db65.md

latest2.0 KB
Original Source

SunburstItemCollection Class

The collection of SunburstItem objects.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public class SunburstItemCollection :
    HierarchicalItemCollectionBase<SunburstItem>
vb
Public Class SunburstItemCollection
    Inherits HierarchicalItemCollectionBase(Of SunburstItem)

The following members return SunburstItemCollection objects:

Remarks

The SunburstItemStorage.Items property has this type.

Inheritance

Object DXCollectionBase<SunburstItem> DXCollection<SunburstItem> NotificationCollection<SunburstItem> HierarchicalItemCollectionBase<SunburstItem> SunburstItemCollection

See Also

SunburstItemCollection Members

DevExpress.XtraTreeMap Namespace