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

IGridCellControlCreation.CreateCellControl(Int32, IGridColumn) Method

Returns the test control for the specified cell in the editable grid.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v18.2.dll

Declaration

ITestControl CreateCellControl(
    int row,
    IGridColumn column
)

Parameters

Name Type Description
row Int32

An integer that is the row number.

column IGridColumn

An IGridColumn object that specifies the column.

Returns

Type Description
ITestControl

An ITestControl object that is the test control for the specified cell in the editable grid.

See Also