There was an error while loading. Please reload this page.
1 parent b91d84b commit 12d3d86Copy full SHA for 12d3d86
CS/Dashboard_StringConcatAggregate/StringConcatFunction.cs
@@ -13,7 +13,6 @@ class StringConcatFunction : ICustomAggregateFunction, ICustomFunctionOperatorBr
13
14
public string Description => "Takes strings, aggregates by input value and displays comma separated.";
15
16
-
17
public FunctionCategory Category => DevExpress.Data.Filtering.FunctionCategory.Text;
18
19
public object Evaluate(params object[] operands) {
0 commit comments