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

IEasyTestForm.IsFieldVisible(String) Method

Checks whether the specified field is visible.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

bool IsFieldVisible(
    string propertyName
)

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