CriteriaValidatorError(String) Constructor
Initializes a new instance of the CriteriaValidatorError class with the specified error text.
Namespace: DevExpress.Data.Filtering.Helpers
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value, specifying the error text. This value is assigned to the CriteriaValidatorError.Text property. |
See Also