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

IWizardView.EnableFinish(Boolean) Method

Specifies whether or not the Finish 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 EnableFinish(
    bool enable
)

Parameters

Name Type Description
enable Boolean

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

See Also