Skip to main content
All docs
V25.2
  • Tab

    DialogViewModelBase.SetEditorVisibilityCondition(String, Boolean) Method

    Specifies whether an editor is visible.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.2.dll

    NuGet Package: DevExpress.Web

    Declaration

    public void SetEditorVisibilityCondition(
        string getter,
        bool value
    )

    Parameters

    Name Type Description
    getter String
    value Boolean

    true to display the editor; otherwise, false.

    See Also