Skip to main content

ISupportWizardNextCommand.CanGoForward Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

bool CanGoForward { get; }

Property Value

Type Description
Boolean

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

See Also