A newer version of this page is available.
Switch to the current version.
WizardPageBase<TView, TModel>.MoveNextEnabled Property
Specifies whether of not the Next button is enabled on a wizard page.
Namespace: DevExpress.Data.WizardFramework
Assembly: DevExpress.Data.v18.2.dll
Declaration
public virtual bool MoveNextEnabled { get; }
Public Overridable ReadOnly Property MoveNextEnabled As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if the Next button is enabled; otherwise, false. |
Implements
DevExpress.Data.WizardFramework.IWizardPage<TModel>.MoveNextEnabled
See Also
Feedback