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

ValidateCellEventArgs.ValidationException Property

Gets or sets the error message that is displayed if the cell has failed validation.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public Exception ValidationException { get; set; }

Property Value

Type Description
Exception

A Exception object that contains the error message.

See Also