XPObjectSpace.CreateInstantFeedbackCollection(Type, CriteriaOperator) Method
Creates an InstantFeedback mode collection that contains the specified type objects filtered according to the criteria.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Xpo
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