Skip to main content
All docs
V25.1
  • .NET 8.0+

    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

    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