Skip to main content
A newer version of this page is available. .

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

Declaration

public override void InvalidateHitObject(
    BaseHitInfo hitInfo
)

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