Skip to main content

BaseValidationError(Object) Constructor

Initializes a new instance of the BaseValidationError class with the specified error content.

Namespace: DevExpress.Xpf.Editors.Validation

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public BaseValidationError(
    object errorContent
)

Parameters

Name Type Description
errorContent Object

A Object specifying the error content. This value is assigned to the BaseValidationError.ErrorContent property.

See Also