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

WizardControl.HelpButtonCausesValidation Property

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

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool HelpButtonCausesValidation { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Remarks

If the HelpButtonCausesValidation 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