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

GridView.IsRowVisibleByIndex(Int32) Method

Returns the visible state of the row with the specified visible index.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public RowVisibleState IsRowVisibleByIndex(
    int visibleIndex
)

Parameters

Name Type Description
visibleIndex Int32

The visible index of the row whose state is to be retrieved.

Returns

Type Description
RowVisibleState

The row’s visible state.

See Also