Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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