Skip to main content

CriteriaOperator.CustomFunctionCount Property

Returns the number of registered custom functions.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

#Declaration

C#
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