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

CustomCriteriaManager.GetRegisteredCriteria() Method

Returns custom criteria registered in an application via the CustomCriteriaManager.RegisterCriterion and CustomCriteriaManager.RegisterCriteria method calls.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public static CustomCriteriaCollection GetRegisteredCriteria()

Returns

Type Description
DevExpress.Xpo.CustomCriteriaCollection

A DevExpress.Xpo.CustomCriteriaCollection object 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