LocalizedCriteriaWrapper(Type, CriteriaOperator) Constructor
Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion.
Namespace: DevExpress.ExpressApp.Filtering
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| objectType | Type | The type of the objects for which the passed CriteriaOperator is constructed. |
| criteriaOperator | CriteriaOperator | The CriteriaOperator for which the LocalizedCriteriaWrapper instance must be created. |
See Also