Specifies the format for the list of found objects.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v18.2.dll
[RulePropertiesIndex(2)]
public string FoundObjectMessageFormat { get; set; }
<RulePropertiesIndex(2)>
Public Property FoundObjectMessageFormat As String
Type | Description |
---|---|
String | A string representing the format for the list of found objects. |
When the Validation Rule is inverted (RuleBaseProperties.InvertResult is set to true), it will be broken when objects that satisfy the RuleBaseProperties.TargetCriteria are found. In this instance, a list of found objects is displayed in the Validation Error window, if the RuleBaseProperties.CustomMessageTemplate is not specified.