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

TreeMapItemStorage.Items Property

Returns the collection of tree map items contained in this storage.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public TreeMapItemCollection Items { get; }

Property Value

Type Description
TreeMapItemCollection

A TreeMapItemCollection object containing TreeMapItem objects.

See Also