Gets or sets an object that describes the validation error.
Namespace:DevExpress.Xpf.Editors
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public object ErrorContent { get; set; }
|
VB |
Public Property ErrorContent As Object
|
Property value
Type: Object
An object that represents the validation error's content.

Remarks
Use the ErrorContent property to describe the validation error. This description is displayed within an error tooltip:


See Also