Back to Devexpress

TreeMapItemStorage.Items Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapitemstorage.md

latest1.4 KB
Original Source

TreeMapItemStorage.Items Property

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

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public TreeMapItemCollection Items { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True)>
Public ReadOnly Property Items As TreeMapItemCollection

Property Value

TypeDescription
TreeMapItemCollection

A TreeMapItemCollection object containing TreeMapItem objects.

|

See Also

TreeMapItemStorage Class

TreeMapItemStorage Members

DevExpress.XtraTreeMap Namespace