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

OwnedCollection<T> Class

The base class of the generic owned collection.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

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

Type Parameters

Name
T
See Also