Skip to main content
A newer version of this page is available. .

ISupportWizardFinishCommand.CanFinish Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

bool CanFinish { get; }

Property Value

Type Description
Boolean

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

See Also