Skip to main content

LayoutView.InvalidateCard(LayoutViewCard) Method

Invalidates the specified card.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public void InvalidateCard(
    LayoutViewCard card
)

Parameters

Name Type Description
card LayoutViewCard

A LayoutViewCard object that represents the card to be invalidated.

Remarks

See the other overload of the InvalidateCard method to learn more.

See Also