Skip to main content

WizardViewBase.EnablePrevious(Boolean) Method

Specifies whether or not the Previous button is enabled on a wizard page.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void EnablePrevious(
    bool enable
)

Parameters

Name Type Description
enable Boolean

true if the Previous button is enabled; otherwise false.

See Also