Skip to main content

OwnedCollection<T> Class

The base class of the generic owned collection.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract class OwnedCollection<T> :
    NotificationCollection<T>
    where T : IOwnedElement

Type Parameters

Name
T
See Also