Skip to main content

BaseValidationError Class

Contains settings that define a validation error.

Namespace: DevExpress.Xpf.Editors.Validation

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public class BaseValidationError :
    INotifyPropertyChanged

#Returned By

Properties and methods that return BaseValidationError instances:

#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