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.v25.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
Property Value
| Type | Description |
|---|---|
| Exception | A Exception object that contains the error message. |
See Also