Skip to main content

MapItemCollection(MapItemsLayerBase) Constructor

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

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public MapItemCollection(
    MapItemsLayerBase layer
)

Parameters

Name Type Description
layer MapItemsLayerBase

A MapItemsLayerBase class descendant that is the owner of this map item collection.

See Also