GridView.IsRowVisibleByIndex(Int32) Method
In This Article
Returns the visible state of the row with the specified visible index.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public RowVisibleState IsRowVisibleByIndex(
int visibleIndex
)
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | The visible index of the row whose state is to be retrieved. |
#Returns
Type | Description |
---|---|
Row |
The row’s visible state. |
See Also