Skip to main content

BaseValidationError Class

Contains settings that define a validation error.

Namespace: DevExpress.UI.Xaml.Editors.Native

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#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