Back to Devexpress

DiagramShapeConnectionPointCollection Class

aspnet-devexpress-dot-web-dot-aspxdiagram-3d4b9b3a.md

latest2.9 KB
Original Source

DiagramShapeConnectionPointCollection Class

A collection of connection points.

Namespace : DevExpress.Web.ASPxDiagram

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class DiagramShapeConnectionPointCollection :
    Collection<DiagramShapeConnectionPoint>
vb
Public Class DiagramShapeConnectionPointCollection
    Inherits Collection(Of 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<DiagramShapeConnectionPoint>

ICollection<DiagramShapeConnectionPoint>

IEnumerable<DiagramShapeConnectionPoint>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<DiagramShapeConnectionPoint> DiagramShapeConnectionPointCollection

See Also

DiagramShapeConnectionPointCollection Members

DevExpress.Web.ASPxDiagram Namespace