Skip to main content
All docs
V25.1
  • 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.v25.1.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