Skip to main content

GridView.IsRowVisibleByIndex(Int32) Method

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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