Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ObjectsCountGettingEventArgs.Criteria Property

Gets the criteria for object selection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object Criteria { get; }

Property Value

Type Description
Object

The CriteriaOperator that specifies the criteria for object selection.

See Also