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