OwnedCollection<T> Class
The base class of the generic owned collection.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
public abstract class OwnedCollection<T> :
NotificationCollection<T>
where T : IOwnedElement
Type Parameters
Name |
---|
T |
Inheritance
See Also