Skip to main content

ValidationEventArgs.ErrorContent Property

Gets or sets an object that describes the validation error.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.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