Skip to main content

TreeMapItemStorage.Items Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
TreeMapItemCollection

A TreeMapItemCollection object containing TreeMapItem objects.

See Also