Skip to main content

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.v24.1.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