Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

IGridRowsSelection.IsRowSelected(Int32) Method

Checks if the row is selected.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.2.dll

Declaration

bool IsRowSelected(
    int rowIndex
)

Parameters

Name Type Description
rowIndex Int32

An integer that is a row number.

Returns

Type Description
Boolean

true, if the row is selected; otherwise - false.

See Also