Back to Devexpress

ShapeConnectionCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-a5806dd8.md

latest2.3 KB
Original Source

ShapeConnectionCollection Class

A collection of shape connection sites.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class ShapeConnectionCollection :
    PresentationCollection<ShapeConnectionSite>
vb
Public Class ShapeConnectionCollection
    Inherits PresentationCollection(Of ShapeConnectionSite)

The following members return ShapeConnectionCollection objects:

Implements

IList<ShapeConnectionSite>

ICollection<ShapeConnectionSite>

IEnumerable<ShapeConnectionSite>

IEnumerable

Inheritance

Object PresentationCollectionBase<ShapeConnectionSite> PresentationCollection<ShapeConnectionSite> ShapeConnectionCollection

See Also

ShapeConnectionCollection Members

DevExpress.Docs.Presentation Namespace