ISunburstDataAdapter.Items Property
In This Article
Returns the collection of sunburst items the adapter provides.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
IEnumerable<ISunburstItem> Items { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<ISunburst |
An enumerable that contains DevExpress. |
See Also