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

IApplicationContext.CommandAdapter Property

Provides access to the adapter that handles EasyTest commands.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

ICommandAdapter CommandAdapter { get; }

Property Value

Type Description
ICommandAdapter

A command adapter.

See Also