Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    ApplicationContextExtensions.GetDialog(IApplicationContext) Method

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

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v25.1.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