Skip to main content

IWizardView.EnableNext(Boolean) Method

Specifies whether or not the Next button is available in a wizard.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void EnableNext(
    bool enable
)

Parameters

Name Type Description
enable Boolean

true, if the Next button is available; otherwise, false.

See Also