Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.Xpo

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