RowClickEventArgs.HitInfo Property
In This Article
Gets an object that identifies the clicked element.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public GridHitInfo HitInfo { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
See Also