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

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.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public static int RegisteredCriterionCount { get; }

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