ApplicationContextExtensions.GetGrid(IApplicationContext, String) Method
In This Article
Provides access to API that allows you to manipulate a currently displayed grid list editor.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.2.dll
NuGet Package: DevExpress.EasyTest
#Declaration
public static IEasyTestGrid GetGrid(
this IApplicationContext context,
string gridName = null
)
#Parameters
Name | Type | Description |
---|---|---|
context | IApplication |
The application’s context. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
grid |
String | null | A currently displayed grid list editor’s name. |
#Returns
Type | Description |
---|---|
IEasy |
The API that allows you to manipulate a currently displayed grid list editor. |
See Also