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

GridView.InvalidateRowByIndex(Int32) Method

Invalidates a row by its visible index.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public virtual void InvalidateRowByIndex(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The visible index of the row to be invalidated.

See Also