Skip to main content
.NET 6.0+

RuleSearchObjectProperties.FoundObjectMessagesSeparator Property

Specifies the character used to separate objects in the list of found objects (see RuleSearchObjectProperties.FoundObjectMessageFormat).

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(1)]
public string FoundObjectMessagesSeparator { get; set; }

Property Value

Type Description
String

A string holding the character used to separate objects in the list of found objects.

See Also