Summary Customization
- 3 minutes to read
This topic lists members that allow you to customize the GridControl summary’s appearance.
Total Summary

| Property | Description |
|---|---|
| TotalSummaryElementStyle | Gets or sets the style applied to individual text elements in the total summary items within a view. This is a dependency property. |
| FixedTotalSummaryElementStyle | Gets or sets the style applied to individual text elements in the fixed total summary item. This is a dependency property. |
| TotalSummaryContentStyle | Gets or sets the style applied to total summary items displayed within a View. This is a dependency property. |
| TotalSummaryItemTemplate | Gets or sets the template that defines the presentation of total summary items. This is a dependency property. |
| TotalSummaryItemTemplateSelector | Gets or sets an object that chooses a total summary template based on custom logic. This is a dependency property. |
Group Summary
| Property | Description |
|---|---|
| GroupSummaryDisplayMode | Gets or sets the position of group summaries within a group row. This is a dependency property. |
| GroupSummaryContentStyle | Gets or sets the style applied to group summary items. This is a dependency property. |
| GroupBandSummaryContentStyle | Gets or sets the style applied to group summary items aligned by bands. This is a dependency property. |
| GroupColumnSummaryContentStyle | Gets or sets the style applied to group summary items aligned by columns. This is a dependency property. |
| GroupColumnSummaryElementStyle | Gets or sets the style applied to individual text elements in group summary items that are aligned by columns. This is a dependency property. |
| GroupFooterSummaryContentStyle | Gets or sets the style applied to summary items displayed within group footers. This is a dependency property. |
| GroupColumnFooterElementStyle | Gets or sets the style applied to individual text elements in the group summary item that is displayed within the group footer. This is a dependency property. |
| GroupSummaryItemTemplate | Gets or sets the template that defines the presentation of summary items displayed within group rows. This is a dependency property. |
| GroupSummaryItemTemplateSelector | Gets or sets an object that chooses a group summary template based on custom logic. This is a dependency property. |
| GroupColumnSummaryItemTemplate | Gets or sets the template that defines the presentation of group summary items aligned by columns. This is a dependency property. |
| GroupFooterSummaryItemTemplate | Gets or sets the template that defines the appearance of group footer summary items. This is a dependency property. |
| GroupFooterSummaryItemTemplateSelector | Gets or sets an object that chooses a group footer summary item template based on custom logic. This is a dependency property. |
Node Summary
Element | Affected Properties |
|---|---|
Node Footer Row | TreeListView.NodeFooterRowStyle |
Node Footer Summary | TreeListView.NodeFooterSummaryContentStyle |
Node Footer Summary Item |
Printed Summary
| Property | Description |
|---|---|
| PrintFixedTotalSummaryStyle | Gets or sets the style applied to printed summary items in the Fixed Summary Panel. This is a dependency property. |
| PrintTotalSummaryStyle | Gets or sets the style applied to printed total summary items. This is a dependency property. |
| PrintGroupFooterTemplate | Gets or sets the template that defines the Group Footer‘s presentation when the grid is printed. This is a dependency property. |
| PrintFooterTemplate | Gets or sets the template that defines the appearance of the printed Summary Panel. This is a dependency property. |
| PrintFixedFooterTemplate | Gets or sets the template that defines the appearance of the printed Fixed Summary Panel. This is a dependency property. |
See Also


