Skip to main content
All docs
V25.1
  • Legend.Items Property

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

    Namespace: DevExpress.Xpf.TreeMap

    Assembly: DevExpress.Xpf.TreeMap.v25.1.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