RowDoubleClickEventArgs.HitInfo Property
Gets or sets the information on a view element located under the mouse pointer.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
GridViewHitInfoBase | A GridViewHitInfoBase descendant which provides information on a view element located under the mouse pointer. |
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