Skip to main content
All docs
V25.1
  • Tab

    DialogViewModelBase.SetEditorEnabledCondition(String, Boolean) Method

    Specifies whether an editor is enabled.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public void SetEditorEnabledCondition(
        string getter,
        bool value
    )

    Parameters

    Name Type Description
    getter String

    The field ID.

    value Boolean

    true to enable the editor; otherwise, false.

    See Also