MapSegmentCollectionBase<T> Class
In This Article
Defines the base type for collections used by vector items containing segments.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public abstract class MapSegmentCollectionBase<T> :
SupportCallbackCollection<T>,
IOwnedElement
where T : MapSegmentBase
#Type Parameters
Name |
---|
T |
#Inheritance
Object
DXCollectionBase<T>
DXCollection<T>
DevExpress.XtraMap.SupportCallbackCollection<T>
See Also