Skip to main content

BaseValidationError(Object) Constructor

In This Article

Initializes a new instance of the BaseValidationError class with specified settings.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public BaseValidationError(
    object errorContent
)

#Parameters

Name Type
errorContent Object
See Also