Skip to main content
A newer version of this page is available. .
All docs
V21.2

ReportCustomFunctionOperatorBase.FunctionCategory Property

Designates the function category.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v21.2.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:

Implements

See Also