Skip to content

Commit 12d3d86

Browse files
Update StringConcatFunction.cs
1 parent b91d84b commit 12d3d86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CS/Dashboard_StringConcatAggregate/StringConcatFunction.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class StringConcatFunction : ICustomAggregateFunction, ICustomFunctionOperatorBr
1313

1414
public string Description => "Takes strings, aggregates by input value and displays comma separated.";
1515

16-
1716
public FunctionCategory Category => DevExpress.Data.Filtering.FunctionCategory.Text;
1817

1918
public object Evaluate(params object[] operands) {

0 commit comments

Comments
 (0)