LayerMapItemCollection(MapItemsLayerBase) Constructor
Initializes a new instance of the LayerMapItemCollection class with the specified owner.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
layer | MapItemsLayerBase | A MapItemsLayerBase class descendant that is the owner of this map item collection. |
See Also