TreeMapItemStorage.Items Property
In This Article
Returns the collection of tree map items contained in this storage.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public TreeMapItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
See Also