Skip to main content

CustomFunctionCollection.Remove(ICustomFunctionOperator) Method

Removes the specified custom function from the collection.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public bool Remove(
    ICustomFunctionOperator item
)

Parameters

Name Type Description
item ICustomFunctionOperator

The custom function to remove.

Returns

Type Description
Boolean

true, if the custom function is successfully removed; otherwise, false.

See Also