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

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.v18.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