LayoutView.InvalidateHitObject(BaseHitInfo) Method
Invalidates the View element located at the point specified by the hit information object.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v25.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| hitInfo | BaseHitInfo | A BaseHitInfo descendant containing hit information. |
Remarks
This method overrides the BaseView.InvalidateHitObject method. See this link for more information.
See Also