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

IWizardView.EnablePrevious(Boolean) Method

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

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

void EnablePrevious(
    bool enable
)

Parameters

Name Type Description
enable Boolean

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

See Also