Skip to main content
A newer version of this page is available. .
Tab

DialogViewModelBase.SetEditorVisibilityCondition(String, Boolean) Method

Specifies whether an editor is visible.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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