Skip to main content
A newer version of this page is available. .

CriteriaOperator.CustomFunctionCount Property

Returns the number of registered custom functions.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public static int CustomFunctionCount { get; }

Property Value

Type Description
Int32

The number of registered custom functions.

Remarks

Note that all custom functions the method counts must be registered via the CriteriaOperator.RegisterCustomFunction or CriteriaOperator.RegisterCustomFunctions method.

See Also