Back to Devexpress

WizardDefaultFocus Enum

wpf-devexpress-dot-xpf-dot-controls-1aef2c31.md

latest1.2 KB
Original Source

WizardDefaultFocus Enum

Lists the values that specify the WizardDefaultFocus.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public enum WizardDefaultFocus
vb
Public Enum WizardDefaultFocus

Members

NameDescription
Empty

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

| | DefaultButton |

Wizard focuses the default button on each opened wizard page.

|

The following properties accept/return WizardDefaultFocus values:

Remarks

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

See Also

DevExpress.Xpf.Controls Namespace