Skip to main content
All docs
V26.1
  • CompositeObjectSpace.CreateInstantFeedbackCollection(Type, CriteriaOperator) Method

    Creates an InstantFeedback mode collection that contains the specified type objects filtered according to the criteria.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v26.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public override object CreateInstantFeedbackCollection(
        Type objectType,
        CriteriaOperator criteria
    )

    Parameters

    Name Type Description
    objectType Type

    The type of objects to be added to the collection.

    criteria CriteriaOperator

    The criteria used to filter objects to be added to the collection.

    Returns

    Type Description
    Object

    An InstantFeedback mode collection that contains the specified type objects filtered according to the criteria.

    See Also