Back to Devexpress

Wizard.DefaultFocus Property

wpf-devexpress-dot-xpf-dot-controls-dot-wizard-b76c6579.md

latest1.5 KB
Original Source

Wizard.DefaultFocus Property

Gets or sets whether the Wizard should focus the default button when opening a wizard page. This is a dependency property.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public WizardDefaultFocus DefaultFocus { get; set; }
vb
Public Property DefaultFocus As WizardDefaultFocus

Property Value

TypeDescription
WizardDefaultFocus

One of the WizardDefaultFocus enumeration values.

|

Available values:

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.

|

Remarks

Set the DefaultFocus property to DefaultButton to make Wizard focus the default button on each opened wizard page.

See Also

Wizard Class

Wizard Members

DevExpress.Xpf.Controls Namespace