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

IGridAct.CheckGridAct(String, Int32, IGridColumn, Boolean) Method

Throws an exception if a specified action located within a cell is disabled.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.1.dll

Declaration

void CheckGridAct(
    string actionName,
    int rowIndex,
    IGridColumn column,
    bool isInlineOnly
)

Parameters

Name Type Description
actionName String

A string that is the Action’s name.

rowIndex Int32

An integer value that is the row number.

column IGridColumn

An IGridColumn test control that specifies the column.

isInlineOnly Boolean

true, to check only inline actions; otherwise, false.

See Also