RuleUniqueValueAttribute.FoundObjectMessagesSeparator Property
Specifies a separator for the object list written in the error message for the current rule.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
#Remarks
Set this property if the RuleUniqueValueAttribute.FoundObjectMessageFormat property is not set to an empty string (by default, it is set to “{0}”). When several objects with the same property value as the target property are found, they should be separated by a symbol when being added to the error message of this rule. By default, this property is set to “, “.
Note
When defining the Rule