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

    IApplicationContext.CommandAdapter Property

    Provides access to the adapter that handles EasyTest commands.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v25.1.dll

    NuGet Package: DevExpress.EasyTest

    Declaration

    ICommandAdapter CommandAdapter { get; }

    Property Value

    Type Description
    ICommandAdapter

    A command adapter.

    See Also