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

RuleBase.GetValidationResultMessage(String, RuleBase, Object) Method

For internal use.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[Browsable(false)]
public static string GetValidationResultMessage(
    string errorMessageTemplate,
    RuleBase rule,
    object target
)

Parameters

Name Type
errorMessageTemplate String
rule RuleBase
target Object

Returns

Type
String
See Also