DiagramQueryItemsActionEventArgs.HighlightedItem Property
Returns the currently highlighted diagram item.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v25.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
| Type | Description |
|---|---|
| DiagramItem | A DiagramItem object. |
Remarks
The DiagramQueryItemsActionEventArgs.HighlightedItemPoint property returns the current coordinates of the cursor.
See Also