RuleBaseProperties.CustomMessageTemplate Property
Specifies custom informational text displayed in a validation error message for a broken Validation Rule instead of the default message templates specified in the MessageTemplate… properties.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
String | Custom informational text that is displayed in a validation error message for a broken Validation Rule. |
Remarks
Refer to the CustomMessageTemplate property description for more information on custom message templates.
Implements
See Also