RowDoubleClickEventArgs.HitInfo Property
In This Article
Gets or sets the information on a view element located under the mouse pointer.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
The HitInfo property returns information allowing you to recognize which view element has been double-clicked. To learn more, see Hit Information.
See Also