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

IGridRowsSelection.IsRowSelected(Int32) Method

Checks if the row is selected.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.1.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