Back to Devexpress

CustomHitTestEventArgs.Item Property

windowsforms-devexpress-dot-xtradiagram-dot-customhittesteventargs.md

latest1.1 KB
Original Source

CustomHitTestEventArgs.Item Property

Gets the item to which the test point belongs.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public DiagramItem Item { get; }
vb
Public ReadOnly Property Item As DiagramItem

Property Value

TypeDescription
DiagramItem

A DiagramItem object.

|

See Also

CustomHitTestEventArgs Class

CustomHitTestEventArgs Members

DevExpress.XtraDiagram Namespace