CustomFunctionCollection.Remove(ICustomFunctionOperator) Method
Removes the specified custom function from the collection.
Namespace: DevExpress.XamarinForms.Core.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 |
|
Implements
See Also