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

CriteriaValidatorError(String) Constructor

Initializes a new instance of the CriteriaValidatorError class with the specified error text.

Namespace: DevExpress.Data.Filtering.Helpers

Assembly: DevExpress.Data.v18.2.dll

Declaration

public CriteriaValidatorError(
    string text
)

Parameters

Name Type Description
text String

A String value, specifying the error text. This value is assigned to the CriteriaValidatorError.Text property.

See Also