Skip to main content
A newer version of this page is available. .

ValidationEventArgs.SetError(Object) Method

Marks the processed input value as invalid and displays an error within the editor.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public void SetError(
    object errorContent
)

Parameters

Name Type Description
errorContent Object

The error content.

See Also