Skip to main content

DiagramQueryConnectionPointsEventArgs.ItemConnectionPointStates Property

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

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

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