Skip to main content
All docs
V24.2
.NET Framework 4.6.2+

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

IEasyTestForm Methods

Exposes the API that allows you to manipulate a form in test code.
Name Description
ExecuteEditorAction(String, String) Executes an Action supplied by a Lookup Property Editor or an Object Property Editor.
FillForm(EasyTestParameter[]) Fills fields with values.
GetPropertyValue(String) Returns a string representation of the specified property’s value.
GetPropertyValues(String[]) Returns string representations of the specified properties’ values.
IsFieldVisible(String) Checks whether the specified field is visible.
See Also