Skip to main content
A newer version of this page is available. .

MapItemsLayerBase Class

The base class for layers that display map items.

Namespace: DevExpress.UI.Xaml.Map

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

Declaration

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

The following members return MapItemsLayerBase objects:

See Also