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