Skip to main content

ValidateCellEventArgs.ErrorContent Property

Gets or sets an object that describes the validation error.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public object ErrorContent { get; set; }

Property Value

Type Description
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:

Validation_ErrorContent

See Also