LocalizedCriteriaWrapper(String, Object) Constructor
Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion.
Namespace: DevExpress.ExpressApp.Filtering
Assembly: DevExpress.ExpressApp.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| criteriaString | String | The string representation of a CriteriaOperator for which the LocalizedCriteriaWrapper instance must be created. |
| currentObject | Object | The object for which the LocalizedCriteriaWrapper instance must be created. |
See Also