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

ColumnView.FocusInvalidRow() Method

Moves focus to an invalid row.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

public void FocusInvalidRow()

Remarks

The FocusInvalidRow method moves focus to a grid row with the same row handle as the GridControl.InvalidRowHandle field specifies.

See Also