Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ITestControl.GetInterface<T>() Method

Returns the specified test control, or throws an exception when test control is not found.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v24.2.dll

NuGet Package: DevExpress.EasyTest

#Declaration

T GetInterface<T>()

#Type Parameters

Name
T

#Returns

Type Description
T

A test control of the specified type.

#Remarks

You can see this method in use in the How to: Implement a Custom EasyTest Command topic.

See Also