ValidationException.MessageHeader Property
The string that precedes a ValidationException.Message.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
| Type | Description |
|---|---|
| String | The header string. |
Remarks
A MessageHeader and a ValidationException.Message id split by a line break.
See Also