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

RuleBaseProperties.CustomMessageTemplate Property

Specifies a custom informational text that is displayed in a validation error message for a broken Validation Rule, instead of the default message templates specified by the MessageTemplate… properties.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

[RulePropertiesIndex(2)]
public string CustomMessageTemplate { get; set; }

Property Value

Type Description
String

A string holding a custom informational text that is displayed in a validation error message for a broken Validation Rule.

See Also