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

Wizard.DefaultButton Property

Gets or sets the default wizard button. This button will be initially focused and considered clicked when an end-user presses the Enter key.

Namespace: DevExpress.Xpf.Controls

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public WizardDefaultButton DefaultButton { get; set; }

Property Value

Type Description
DevExpress.Xpf.Controls.WizardDefaultButton

A DevExpress.Xpf.Controls.WizardDefaultButton object enumerator value that specifies which button is the default one.

See Also