IEasyTestForm.IsFieldVisible(String) Method
Checks whether the specified field is visible.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.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