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

BaseValidationError Class

Contains settings that define a validation error.

Namespace: DevExpress.Xpf.Editors.Validation

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public class BaseValidationError :
    INotifyPropertyChanged

The following members return BaseValidationError objects:

Remarks

An editor’s validation error settings can be specified using the BaseEdit.ValidationError property. To learn more, see Input Validation.

Inheritance

Object
BaseValidationError
See Also