ICustomFunctionDisplayAttributes Interface
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
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