Skip to main content
All docs
V25.1
  • ReportCustomFunctionOperatorBase.FunctionCategory Property

    Designates the function category.

    Namespace: DevExpress.XtraReports.Expressions

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public virtual string FunctionCategory { get; }

    Property Value

    Type Description
    String

    A string that specifies the function category.

    Remarks

    The Expression Editor dispays functions grouped by category. Implement the FunctionCategory property to specify a category for a custom function.

    The following image shows the CustomFormatFunction in the Custom category:

    See Also