Skip to main content

GridView.InvalidateRowByIndex(Int32) Method

Invalidates a row by its visible index.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual void InvalidateRowByIndex(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The visible index of the row to be invalidated.

See Also