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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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