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

ISunburstDataAdapter.Items Property

Returns the collection of sunburst items the adapter provides.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

Declaration

IEnumerable<ISunburstItem> Items { get; }

Property Value

Type Description
IEnumerable<DevExpress.TreeMap.ISunburstItem>

An enumerable that contains DevExpress.TreeMap.ISunburstItem objects.

See Also