Skip to main content

CriteriaOperator.CustomFunctionCount Property

Returns the number of custom functions registered in an application via the CriteriaOperator.RegisterCustomFunction and CriteriaOperator.RegisterCustomFunctions method calls.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static int CustomFunctionCount { get; }

Property Value

Type Description
Int32

An integer value which specifies the number of elements in a collection returned by the CriteriaOperator.GetCustomFunctions function.

See Also