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

CustomFunctionCollection.Remove(ICustomFunctionOperator) Method

Removes the specified custom function from the collection.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

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