Skip to content

Latest commit

 

History

76 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for WinForms - How to Aggregate Data by String Concatenation

This example shows how to use string concatenation to aggregate data in client mode.

Files to Look At

Overview

In this example, the Grid dashboard item displays СontactName values concatenated by country.

aggregated-contact-names

The following expression uses string concatenation to aggregate data for СontactName values:

Calculated Field Expression
Contact names by countries StringConcat([ContactName])

Call the CriteriaOperator.RegisterCustomFunction method to register a custom function in your project (see Program.cs/Program.vb).

Documentation

More Examples

Does This Example Address Your Development Requirements/Objectives?

(you will be redirected to DevExpress.com to submit your response)

About

This example shows how to use string concatenation to aggregate data in client mode.

Topics

Resources

Stars

1 star

Watchers

54 watching

Forks

Releases

Packages

Used by

Contributors

Languages