Skip to main content
All docs
V26.1
  • CriteriaProvider(Type, String) Constructor

    Initializes a new instance of the CriteriaProvider class with specified settings.

    Namespace: DevExpress.ExpressApp.Editors

    Assembly: DevExpress.ExpressApp.v26.1.dll

    Declaration

    public CriteriaProvider(
        Type criteriaObjectType,
        string criteriaString
    )

    Parameters

    Name Type
    criteriaObjectType Type
    criteriaString String
    See Also