IApplicationContext.CommandAdapter Property
In This Article
Provides access to the adapter that handles EasyTest commands.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.2.dll
NuGet Package: DevExpress.EasyTest
#Declaration
ICommandAdapter CommandAdapter { get; }
#Property Value
Type | Description |
---|---|
ICommand |
A command adapter. |
See Also