Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DiagramItem.ActualConnectionPoints Property

Returns the list of connection point locations.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v24.2.dll

NuGet Package: DevExpress.Win.Diagram

#Declaration

[Browsable(false)]
public virtual PointCollection ActualConnectionPoints { get; protected set; }

#Property Value

Type Description
DevExpress.XtraDiagram.PointCollection

A list of connection point locations.

#Remarks

To customize connection points of a diagram item, set the item’s DiagramItem.ConnectionPoints property. When the DiagramItem.ConnectionPoints property value is not specified, it returns null, and the DiagramControl uses the item’s default connection points. To obtain the item’s current connection points, use the ActualConnectionPoints property.

See Also