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

ParametersPageBase.CanGoForward Property

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public bool CanGoForward { get; }

Property Value

Type Description
Boolean

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

See Also