Skip to main content

IWizardPage<TWizardModel>.MoveNextEnabled Property

Specifies whether or not the Next button is enabled on a wizard page.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

bool MoveNextEnabled { get; }

Property Value

Type Description
Boolean

true, if the Next button is enabled; otherwise, false.

See Also