DynamicCollectionBase.Criteria Property
In This Article
Specifies criteria used to filter objects in the collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public CriteriaOperator Criteria { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
A criteria used to filter objects in the collection. |
See Also