Skip to main content
A newer version of this page is available. .

LocalizedCriteriaWrapper(Type, String) Constructor

Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion.

Namespace: DevExpress.ExpressApp.Filtering

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public LocalizedCriteriaWrapper(
    Type objectType,
    string criteriaString
)

Parameters

Name Type Description
objectType Type

The type of the objects for which the passed criterion string is constructed.

criteriaString String

The string representation of a CriteriaOperator for which the LocalizedCriteriaWrapper instance must be created.

See Also