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

IConfigureEFStoredProceduresPageView.SetAddEnabled(Boolean) Method

If implemented, activates or deactivates the Add button on a wizard page.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

void SetAddEnabled(
    bool value
)

Parameters

Name Type Description
value Boolean

true, to activate the button; false, to deactivate the button.

See Also