IWizardView.EnableNext(Boolean) Method
Specifies whether or not the Next button is available in a wizard.
Namespace: DevExpress.Data.WizardFramework
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
enable | Boolean | true, if the Next button is available; otherwise, false. |
See Also