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

WizardDefaultFocus Enum

Lists the values that specify the WizardDefaultFocus.

Namespace: DevExpress.Xpf.Controls

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

Declaration

public enum WizardDefaultFocus

Members

Name Description
Empty

Wizard does not focus any element by default when opening wizard pages.

DefaultButton

Wizard focuses the default button on each opened wizard page.

Related API Members

The following properties accept/return WizardDefaultFocus values:

Remarks

The values listed by this enumeration are used to set the Wizard.DefaultFocus property.

See Also