Skip to main content

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

NuGet Package: 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