Back to Devexpress

RowClickEventArgs.HitInfo Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-rowclickeventargs.md

latest1.4 KB
Original Source

RowClickEventArgs.HitInfo Property

Gets an object that identifies the clicked element.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public GridHitInfo HitInfo { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property HitInfo As GridHitInfo

Property Value

TypeDescription
GridHitInfo

A GridHitInfo object that identifies the clicked element.

|

See Also

RowClickEventArgs Class

RowClickEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace