GridView.InvalidateRowByIndex(Int32) Method
In This Article
Invalidates a row by its visible index.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | The visible index of the row to be invalidated. |
See Also