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

MapDependencyObjectCollectionBase<T> Class

A base class for all collections in the DXMap Suite.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

[NonCategorized]
public abstract class MapDependencyObjectCollectionBase<T> :
    FreezableCollection<T>
    where T : DependencyObject

Type Parameters

Name
T
See Also