Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public GridViewHitInfoBase HitInfo { get; }

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