Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LocalizedCriteriaWrapper Constructors

Represents a wrapper class for a CriteriaOperator object. Intended for internal use.
Name Parameters Description
LocalizedCriteriaWrapper(String, Object) criteriaString, currentObject Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion.
LocalizedCriteriaWrapper(Type, CriteriaOperator, Object) objectType, criteriaOperator, currentObject Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion.
LocalizedCriteriaWrapper(Type, CriteriaOperator) objectType, criteriaOperator Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion.
LocalizedCriteriaWrapper(Type, String, Object) objectType, criteriaString, currentObject Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion.
LocalizedCriteriaWrapper(Type, String) objectType, criteriaString Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion.
See Also