Skip to main content

WizardView.EnableFinish(Boolean) Method

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

Namespace: DevExpress.DataAccess.UI.Wizard

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void EnableFinish(
    bool enable
)

Parameters

Name Type Description
enable Boolean

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

See Also