Skip to main content
.NET 6.0+

ObjectsCountGettingEventArgs.Criteria Property

Gets the criteria for object selection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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