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

ValidationEventArgs.ErrorContent Property

Gets or sets an object that describes the validation error.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

public object ErrorContent { get; set; }

Property Value

Type Description
Object

The validation error’s content.

Remarks

Use the ErrorContent property to describe the validation error.

See Also