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

LayoutView.InvalidateCard(LayoutViewCard) Method

Invalidates the specified card.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

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