|
Summary. Get started
Sunday, 22 November 2009
Summary allows you to display the result of aggregation operation over bound data in the treeview. To define summaries use the Summaries treeview property. You can customize summaries either in run-time or design-time using summaries designer. Every summary item has these core properties to define summary behavior:
To display the summary, first you need to define which operation`s result this summary will show by filling the Operation summary property. Then you need to define where to get data to aggregate by filling the NodeControl summary property. If you have a treeview with columns, you need to define in which column to show your summary using the Column summary property.
|
|