Skip to main content
A newer version of this page is available. .

DiagramCustomShapesConnectionPointBuilder Class

Represents a connection point.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DiagramCustomShapesConnectionPointBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new DiagramCustomShapesConnectionPointBuilder class instance is created when you call the ConnectionPoints(Action<CollectionFactory<DiagramCustomShapesConnectionPointBuilder>>) method.

Implements

Inheritance

Object
OptionsOwnerBuilder
DiagramCustomShapesConnectionPointBuilder
See Also