Skip to main content

WizardPageValidatingEventArgs.ErrorText Property

Gets or sets the error text displayed within the error message box.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public string ErrorText { get; set; }

Property Value

Type Description
String

A string value that specifies the error text.

Remarks

PageValidation

See Also