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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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