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

CustomFunctionCollection.Add(IEnumerable<ICustomFunctionOperator>) Method

Adds the specified custom functions to the collection.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public void Add(
    IEnumerable<ICustomFunctionOperator> items
)

Parameters

Name Type Description
items IEnumerable<ICustomFunctionOperator>

A collection of custom functions to add.

See Also