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

ValidateObjectEventArgs.ErrorText Property

Specifies the message that must be displayed in a UI when the object being checked is not valid.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public string ErrorText { get; set; }

Property Value

Type Description
String

A message that must be displayed in a UI when the object being checked is not valid.

Remarks

Use this property to specify the message that must be displayed in a UI when the object being checked is not valid. For additional information, refer to the ListEditor.ValidateObject event description.

See Also