Skip to main content

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

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

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