Skip to main content
A newer version of this page is available. .

LegendCollection Class

A collection of map legends.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.1.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public class LegendCollection :
    MapDependencyObjectCollection<MapLegendBase>

The following members return LegendCollection objects:

Library Related API Members
WPF Controls MapControl.Legends
Silverlight Controls MapControl.Legends

Remarks

An instance of the LegendCollection object can be accessed via the MapControl.Legends property. For more information, refer to the Legends document.

See Also