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

DiagramQueryConnectionPointsEventArgs.ItemConnectionPointStates Property

Provides access to the collection of objects that represent connection points of a diagram item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public ReadOnlyCollection<ConnectionPoint> ItemConnectionPointStates { get; }

Property Value

Type Description
ReadOnlyCollection<ConnectionPoint>

A collection of ConnectionPoint objects.

Remarks

Use the ItemConnectionPointStates property to specify whether to enable connection to individual connection points and show a visual indication.

The DiagramQueryConnectionPointsEventArgs.ItemConnectionBorderState property specifies whether to enable connection to an item and show a visual indication.

See Also