Skip to main content

MapItemsLayerBase Class

The base class for layers that display map items.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

[TemplatePart(Name = "PART_Elements", Type = typeof(VectorLayerItemsControl))]
public abstract class MapItemsLayerBase :
    LayerBase,
    ILayerMapItemCollectionOwner,
    ISelectedItemsOwner<object>

The following members return MapItemsLayerBase objects:

See Also