Skip to main content
A newer version of this page is available. .

CollectionSourceBase.EmptyCollectionCriteria Field

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.v19.1.dll

Declaration

public static CriteriaOperator EmptyCollectionCriteria

Field Value

Type
CriteriaOperator
See Also