LayoutView.InvalidateCard(LayoutViewCard) Method
Invalidates the specified card.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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