Skip to main content

CustomFunctionCollection.Add(ICustomFunctionOperator) Method

Adds the specified custom function to the collection.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public void Add(
    ICustomFunctionOperator item
)

Parameters

Name Type Description
item ICustomFunctionOperator

The custom function to add.

See Also