DiagramShapeConnectionPointCollection Class
A collection of connection points.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public class DiagramShapeConnectionPointCollection :
Collection<DiagramShapeConnectionPoint>
Related API Members
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.
Implements
DevExpress.Utils.IAssignableCollection
Inheritance
See Also