Skip to main content

CriteriaValidatorError(String) Constructor

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

Namespace: DevExpress.Data.Filtering.Helpers

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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