Back to Devexpress

DragGridEventArgs.HitInfo Property

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

latest1.3 KB
Original Source

DragGridEventArgs.HitInfo Property

Gets hit information about the visual element under the mouse pointer.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
GridHitInfo

An object that contains hit information about a visual element.

|

See Also

DragGridEventArgs Class

DragGridEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace