Back to Devexpress

RowDoubleClickEventArgs.HitInfo Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdoubleclickeventargs-26ebe707.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public GridViewHitInfoBase HitInfo { get; }
vb
Public ReadOnly Property HitInfo As GridViewHitInfoBase

Property Value

TypeDescription
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

RowDoubleClickEventArgs Class

RowDoubleClickEventArgs Members

DevExpress.Xpf.Grid Namespace