Back to Devexpress

WizardControl.UseAcceptButton Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-c22508eb.md

latest1.5 KB
Original Source

WizardControl.UseAcceptButton Property

Gets or sets whether the Next/Finish button is automatically clicked when the user presses the Enter key.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool UseAcceptButton { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property UseAcceptButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to enable Enter key processing; otherwise, false.

|

Remarks

Setting this property to true allows the user to quickly navigate through a Wizard control by simply pressing the Enter key, instead of manually clicking the corresponding button with the mouse.

See Also

UseCancelButton

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace