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

IGridAct Interface

Declares members of test controls that is a grid with actions in cells.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v18.2.dll

Declaration

public interface IGridAct

Remarks

Generally, you do not need to implement this interface. It is implemented by built-in test controls in the DevExpress.ExpressApp.EasyTest.WinAdapter.v18.2.dll and DevExpress.ExpressApp.EasyTest.WebAdapter.v18.2.dll assemblies. You can pass this interface as the ITestControl.GetInterface<T> generic parameter to access a test control that is a grid with actions in cells. The complete list of interfaces that are implemented by built-in test controls is provided in the ITestControl topic.

See Also