Skip to main content
All docs
V24.2

ICustomFunctionDisplayAttributes Interface

In This Article

Allows you to create a custom function displayed as a comparison operator and specify the operator’s display settings.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public interface ICustomFunctionDisplayAttributes :
    ICustomFunctionOperatorBrowsable,
    ICustomFunctionOperator

#Remarks

You can create a custom function displayed as a comparison operator. For this purpose, implement the ICustomFunctionDisplayAttributes interface that allows you to specify the operator’s display settings. This interface inherits members from the ICustomFunctionOperatorBrowsable interface and extends its functionality.

See Also