IEasyTestForm.IsFieldVisible(String) Method
Checks whether the specified field is visible.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v25.1.dll
NuGet Package: DevExpress.EasyTest
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | String | The corresponding property’s name. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the specified field is visible; otherwise, false. |
See Also