Skip to main content
All docs
V26.1
  • Tab

    DialogViewModelBase.SetEditorVisibilityCondition(String, Boolean) Method

    Specifies whether an editor is visible.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v26.1.dll

    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