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

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