Skip to content

Commit b91d84b

Browse files
Update Readme.md
1 parent 43f252a commit b91d84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This example shows how to aggregate your data by string concatenation.
1313
## Files to Look At
1414
* [Form1.cs](./CS/Dashboard_StringConcatAggregate/Form1.cs) (VB: [Form1.vb](./VB/Dashboard_StringConcatAggregate/Form1.vb))
1515
* [StringConcatFunction.cs](./CS/Dashboard_StringConcatAggregate/StringConcatFunction.cs) (VB: [StringConcatFunction.vb](./VB/Dashboard_StringConcatAggregate/StringConcatFunction.vb))
16-
* [Program.cs](./CS/Dashboard_StringConcatAggregatel/Program.cs#L24) (VB: [Program.vb](./VB/Dashboard_StringConcatAggregate/Program.vb#L24))
16+
* [Program.cs](./CS/Dashboard_StringConcatAggregate/Program.cs#L24) (VB: [Program.vb](./VB/Dashboard_StringConcatAggregate/Program.vb#L24))
1717
<!-- default file list end -->
1818

1919
## Overview
@@ -29,7 +29,7 @@ The following expressions aggregates data by string concatenation for _СontactN
2929

3030
Call the [CriteriaOperator.RegisterCustomFunction](https://docs.devexpress.com/CoreLibraries/DevExpress.Data.Filtering.CriteriaOperator.RegisterCustomFunction(DevExpress.Data.Filtering.ICustomFunctionOperator)) method to register a custom function in your project.
3131

32-
View File: [Program.cs](./CS/Dashboard_StringConcatAggregatel/Program.cs#L24) (VB: [Program.vb](./VB/Dashboard_StringConcatAggregate/Program.vb#L24))
32+
View File: [Program.cs](./CS/Dashboard_StringConcatAggregate/Program.cs#L24) (VB: [Program.vb](./VB/Dashboard_StringConcatAggregate/Program.vb#L24))
3333

3434

3535
## Documentation

0 commit comments

Comments
 (0)