ObjectsCountGettingEventArgs(Type, CriteriaOperator) Constructor
Initializes a new instance of the ObjectsCountGettingEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| objectType | Type | A Type object that identifies the type of objects against which the calculation will be performed. |
| criteria | CriteriaOperator | The CriteriaOperator that specifies the criteria for object selection in the database. |
See Also