ValidationErrorInfo(String, ValidationErrorType) Constructor
In This Article
Initializes a new instance of the ValidationErrorInfo class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
public ValidationErrorInfo(
string errorContent,
ValidationErrorType errorType = ValidationErrorType.Default
)
#Parameters
Name | Type |
---|---|
error |
String |
#Optional Parameters
Name | Type | Default |
---|---|---|
error |
Validation |
Default |
See Also