Skip to main content
.NET 6.0+

RuleSearchObjectProperties.MessageTemplateFoundObjects Property

Specifies the text that is displayed before the list of found objects (see RuleSearchObjectProperties.FoundObjectMessageFormat).

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(4)]
public string MessageTemplateFoundObjects { get; set; }

Property Value

Type Description
String

A string containing the text that is displayed before the list of found objects.

See Also