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

ITreeMapDataAdapter.Items Property

Returns the collection of tree map items provided by this adapter.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

IEnumerable<ITreeMapItem> Items { get; }

Property Value

Type Description
IEnumerable<ITreeMapItem>

An enumerable, containing ITreeMapItem objects.

See Also