Skip to main content
All docs
V25.2
  • XPObjectSpace.CreateInstantFeedbackView(Type, ServerViewProperty[], CriteriaOperator) Method

    Namespace: DevExpress.ExpressApp.Xpo

    Assembly: DevExpress.ExpressApp.Xpo.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Xpo

    Declaration

    public object CreateInstantFeedbackView(
        Type objectType,
        ServerViewProperty[] properties,
        CriteriaOperator criteria
    )

    Parameters

    Name Type
    objectType Type
    properties ServerViewProperty[]
    criteria CriteriaOperator

    Returns

    Type
    Object
    See Also