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.

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.2.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