ValidationErrorInfo(String, ValidationErrorType) Constructor
Initializes a new instance of the ValidationErrorInfo class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v22.2.dll
NuGet Package: DevExpress.Mvvm
Declaration
public ValidationErrorInfo(
string errorContent,
ValidationErrorType errorType = ValidationErrorType.Default
)
Parameters
Name | Type |
---|---|
errorContent | String |
Optional Parameters
Name | Type | Default |
---|---|---|
errorType | ValidationErrorType | 1 |
See Also