DiagramQueryItemsActionEventArgs.HighlightedItem Property
In This Article
Returns the currently highlighted diagram item.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public DiagramItem HighlightedItem { get; }
#Property Value
Type | Description |
---|---|
Diagram |
A Diagram |
#Remarks
The DiagramQueryItemsActionEventArgs.HighlightedItemPoint property returns the current coordinates of the cursor.
See Also