Skip to main content
.NET 6.0+

IRuleCollectionPropertyProperties.MessageTemplateCollectionValidationMessageSuffix Property

Specifies the additional text that will be displayed in the Validation Error window when the Validation Rule applied to a collection property is broken.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[DefaultValue("(For the \"{TargetCollectionOwnerType}.{TargetCollectionPropertyName}\" collection elements).")]
string MessageTemplateCollectionValidationMessageSuffix { get; set; }

Property Value

Type Default Description
String "(For the "{TargetCollectionOwnerType}.{TargetCollectionPropertyName}" collection elements)."

A string specifying the additional text that will be displayed in the Validation Error window when the Rule applied to a collection property is broken.

Remarks

By default, this text specifies the validated collection. For additional information, refer to the Collection Validation topic.

See Also