WizardControl.UseCancelButton Property
Gets or sets whether the Cancel button is automatically clicked when the user presses the Esc key.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true to enable Esc key processing; otherwise, false. |
Remarks
Setting this property to true allows the user to easily perform the actions defined via the WizardControl.CancelClick event handler by simply pressing the Esc key, instead of manually clicking the corresponding button with the mouse.
See Also