A newer version of this page is available.
Switch to the current version.
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
Public MustInherit Class OwnedCollection(Of T As IOwnedElement)
Inherits NotificationCollection(Of T)
Type Parameters
Name |
---|
T |
Inheritance
See Also
Feedback