Legend.Items Property
In This Article
For internal use. Gets or sets a collection of legend items.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.2.dll
NuGet Package: DevExpress.Wpf.TreeMap
#Declaration
[Browsable(false)]
public IEnumerable<ILegendItem> Items { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable<ILegend |
A collection of legend items. |
See Also