Skip to main content

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.v25.2.dll

NuGet Package: DevExpress.Persistent.Base

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