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

MapElementCollection<T> Class

A collection of map elements.

Namespace: DevExpress.UI.Xaml.Map

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

Declaration

public abstract class MapElementCollection<T> :
    ObservableCollection<T>,
    IOwnedElement

Type Parameters

Name
T

Inheritance

See Also