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

WizardView.EnablePrevious(Boolean) Method

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

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

public void EnablePrevious(
    bool enable
)

Parameters

Name Type Description
enable Boolean

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

See Also