Back to Devexpress

OwnedCollection<T> Class

windowsforms-devexpress-dot-xtramap-dot-ownedcollection-1.md

latest1.6 KB
Original Source

OwnedCollection<T> Class

The base class of the generic owned collection.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public abstract class OwnedCollection<T> :
    NotificationCollection<T>
    where T : IOwnedElement
vb
Public MustInherit Class OwnedCollection(Of T As IOwnedElement)
    Inherits NotificationCollection(Of T)

Type Parameters

Name
T

Inheritance

Object DXCollectionBase<T> DXCollection<T> NotificationCollection<T> OwnedCollection<T> LegendCollection

MapItemCollection

SqlGeometryItemCollection

MapItemPropertyMappingCollection

MapItemAttributeMappingCollection

See Also

OwnedCollection<T> Members

DevExpress.XtraMap Namespace