Back to Devexpress

MapDependencyObjectCollection<T> Class

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

latest2.1 KB
Original Source

MapDependencyObjectCollection<T> Class

A base class for most collections in the DXMap Suite.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class MapDependencyObjectCollection<T> :
    MapDependencyObjectCollectionBase<T>,
    IOwnedElement
    where T : DependencyObject
vb
Public Class MapDependencyObjectCollection(Of T As DependencyObject)
    Inherits MapDependencyObjectCollectionBase(Of T)
    Implements IOwnedElement

Type Parameters

Name
T

Inheritance

Show 13 items

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

MapItemAttributeCollection

MapVectorItemCollection

PieSegmentCollection

SqlGeometryItemCollection

See Also

MapDependencyObjectCollection<T> Members

DevExpress.Xpf.Map Namespace