Back to Devexpress

MapDependencyObjectCollectionBase<T> Class

wpf-devexpress-dot-xpf-dot-map-dot-mapdependencyobjectcollectionbase-1.md

latest2.1 KB
Original Source

MapDependencyObjectCollectionBase<T> Class

A base class for all collections in the DXMap Suite.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
[NonCategorized]
public abstract class MapDependencyObjectCollectionBase<T> :
    FreezableCollection<T>
    where T : DependencyObject
vb
<NonCategorized>
Public MustInherit Class MapDependencyObjectCollectionBase(Of T As DependencyObject)
    Inherits FreezableCollection(Of T)

Type Parameters

Name
T

Inheritance

Show 13 items

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<T> MapDependencyObjectCollectionBase<T> MapDependencyObjectCollection<T>

SqlGeometryItemCollection

PieSegmentCollection

MapVectorItemCollection

LegendCollection

MapItemAttributeCollection

See Also

MapDependencyObjectCollectionBase<T> Members

DevExpress.Xpf.Map Namespace