Skip to main content

ITreeMapDataAdapter.Items Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

IEnumerable<ITreeMapItem> Items { get; }

Property Value

Type Description
IEnumerable<ITreeMapItem>

An enumerable, containing ITreeMapItem objects.

See Also