Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+

IGridRowsSelection.IsRowSelected(Int32) Method

Checks if the row is selected.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v20.2.dll

NuGet Package: DevExpress.EasyTest

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