CustomCriteriaManager.RegisteredCriterionCount Property
Returns custom criteria registered in an application via the CustomCriteriaManager.RegisterCriterion and CustomCriteriaManager.RegisterCriteria method calls.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Int32 | A Int32 object which containing all custom criteria registered via the methods mentioned above. |
Remarks
To search for a specific custom criterion by its associated method’s metadata, call the CustomCriteriaManager.GetCriteria function.
See Also