Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public virtual bool MoveNextEnabled { get; }

Property Value

Type Description
Boolean

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

See Also