Skip to main content

ParametersPageBase.CanFinish Property

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool CanFinish { get; }

Property Value

Type Description
Boolean

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

See Also