Skip to main content
All docs
V25.1
  • DiagramShapeConnectionPointCollection Class

    A collection of connection points.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    #Declaration

    public class DiagramShapeConnectionPointCollection :
        Collection<DiagramShapeConnectionPoint>

    The following members return DiagramShapeConnectionPointCollection objects:

    #Remarks

    The DiagramShapeConnectionPointCollection is a collection of DiagramShapeConnectionPoint objects.

    An instance of the DiagramShapeConnectionPointCollection class can be accessed via the ConnectionPoints property.

    See Also