A newer version of this page is available.
Switch to the current version.
LegendCollection Class
A collection of map legends.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v18.2.dll
Declaration
public class LegendCollection :
MapDependencyObjectCollection<MapLegendBase>
Public Class LegendCollection
Inherits MapDependencyObjectCollection(Of MapLegendBase)
Related API Members
The following members accept/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.
Inheritance
Extension Methods
See Also
Feedback