Skip to main content
All docs
V23.2

Legend.Items Property

For internal use. Gets or sets a collection of legend items.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v23.2.dll

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

[Browsable(false)]
public IEnumerable<ILegendItem> Items { get; set; }

Property Value

Type Description
IEnumerable<ILegendItem>

A collection of legend items.

See Also