WizardDefaultFocus Enum
Lists the values that specify the WizardDefaultFocus.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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