Skip to main content

CustomFunctionCollection.Add(IEnumerable<ICustomFunctionOperator>) Method

Adds the specified custom functions to the collection.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public void Add(
    IEnumerable<ICustomFunctionOperator> items
)

Parameters

Name Type Description
items IEnumerable<ICustomFunctionOperator>

A collection of custom functions to add.

See Also