Skip to main content
.NET 6.0+

BaseObjectSpace.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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual 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