ISunburstDataAdapter.Items Property
Returns the collection of sunburst items the adapter provides.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<ISunburstItem> | An enumerable that contains DevExpress.TreeMap.ISunburstItem objects. |
See Also