Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

Declaration

public static CriteriaOperator EmptyCollectionCriteria

Field Value

Type
CriteriaOperator
See Also