aspnet-devexpress-dot-web-dot-aspxdiagram-3d4b9b3a.md
A collection of connection points.
Namespace : DevExpress.Web.ASPxDiagram
Assembly : DevExpress.Web.ASPxDiagram.v25.2.dll
NuGet Package : DevExpress.Web
public class DiagramShapeConnectionPointCollection :
Collection<DiagramShapeConnectionPoint>
Public Class DiagramShapeConnectionPointCollection
Inherits Collection(Of DiagramShapeConnectionPoint)
The following members return DiagramShapeConnectionPointCollection objects:
The DiagramShapeConnectionPointCollection is a collection of DiagramShapeConnectionPoint objects.
An instance of the DiagramShapeConnectionPointCollection class can be accessed via the ConnectionPoints property.
DevExpress.Utils.IAssignableCollection
IList<DiagramShapeConnectionPoint>
ICollection<DiagramShapeConnectionPoint>
IEnumerable<DiagramShapeConnectionPoint>
Object StateManagedCollectionBase Collection Collection<DiagramShapeConnectionPoint> DiagramShapeConnectionPointCollection
See Also