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

DiagramQueryItemsActionEventArgs.HighlightedItem Property

Returns the currently highlighted diagram item.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public DiagramItem HighlightedItem { get; }

Property Value

Type Description
DiagramItem

A DiagramItem object.

Remarks

The DiagramQueryItemsActionEventArgs.HighlightedItemPoint property returns the current coordinates of the cursor.

See Also