MapItemCollection(MapItemsLayerBase) Constructor
In This Article
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 | Map |
A Map |
See Also