Skip to main content
All docs
V23.2
.NET 6.0+

ApplicationContextExtensions.GetDialog(IApplicationContext) Method

Provides access to API that allows you to manipulate a currently displayed dialog.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

public static IEasyTestDialog GetDialog(
    this IApplicationContext context
)

Parameters

Name Type Description
context IApplicationContext

The application’s context.

Returns

Type Description
IEasyTestDialog

An object that exposes API that allows you to manipulate a currently displayed dialog.

See Also