CollectionSourceBase.EmptyCollectionCriteria Field
In This Article
Returns a CriteriaOperator that represents a criterion that can never be satisfied. If you add this Criteria Operator to a Collection Source’s CollectionSourceBase.Criteria dictionary, the Collection Source’s CollectionSourceBase.Collection will contain no objects at all.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public static CriteriaOperator EmptyCollectionCriteria
#Field Value
Type |
---|
Criteria |
See Also