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.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
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