ApplicationContextExtensions.GetGrid(IApplicationContext, String) Method
Provides access to API that allows you to manipulate a currently displayed grid list editor.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v25.1.dll
NuGet Package: DevExpress.EasyTest
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| context | IApplicationContext | The application’s context. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| gridName | String | null | A currently displayed grid list editor’s name. |
Returns
| Type | Description |
|---|---|
| IEasyTestGrid | The API that allows you to manipulate a currently displayed grid list editor. |
See Also