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.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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