Back to Devexpress

WizardControl.PreviousButtonCausesValidation Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-7e38d0cf.md

latest1.9 KB
Original Source

WizardControl.PreviousButtonCausesValidation Property

Gets or sets whether a click on the Previous button must fire validation events for the currently focused control.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool PreviousButtonCausesValidation { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Behavior")>
Public Property PreviousButtonCausesValidation As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if a click on this button must fire validation events; otherwise, false.

|

Remarks

If the PreviousButtonCausesValidation property is set to true , a click on the corresponding button fires the validation events ( Validating and Validated ) for the currently focused control.

See Also

CancelButtonCausesValidation

HelpButtonCausesValidation

CustomizeCommandButtons

PageValidating

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace