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

DiagramQueryConnectionPointsEventArgs.HoveredItem Property

Returns the item hovered with the connection point that is being moved by the end-user.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public DiagramItem HoveredItem { get; }

Property Value

Type Description
DiagramItem

A DiagramItem object.

Remarks

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

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HoveredItem property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also