WizardViewBase.EnableFinish(Boolean) Method
Specifies whether or not the Finish button is enabled on a wizard page.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Parameters
Name | Type | Description |
---|---|---|
enable | Boolean | true if the Finish button is enabled; otherwise false. |
See Also