Skip to main content

LegendCollection(MapControl) Constructor

Initializes a new instance of the LegendCollection class with the specified owner.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public LegendCollection(
    MapControl map
)

Parameters

Name Type Description
map MapControl

A MapControl object that is the owner of this collection.

See Also