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.v19.2.dll

Declaration

public class LegendCollection :
    MapDependencyObjectCollection<MapLegendBase>

The following members return LegendCollection objects:

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