ReportCustomFunctionOperatorBase.FunctionCategory Property
Designates the function category.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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