Skip to main content

ICustomFunctionOperator Interface

Declares the base functionality for custom functions.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Core.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public interface ICustomFunctionOperator

The following members return ICustomFunctionOperator objects:

Remarks

The ICustomFunctionOperator interface declares only the essential members allowing you to identify a custom function and evaluate its values on the client. To add advanced capabilities to your custom functions, the DevExpress.Data.Filtering.ICustomFunctionOperatorBrowsable and DevExpress.Data.Filtering.ICustomFunctionOperatorFormattable interfaces need to be implemented as well.

See Also