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

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