Back to Devexpress

Summary Customization

wpf-400200-controls-and-libraries-data-grid-data-summaries-summary-customization.md

latest7.7 KB
Original Source

Summary Customization

  • Dec 01, 2022
  • 3 minutes to read

This topic lists members that allow you to customize the GridControl summary’s appearance.

Total Summary

PropertyDescription
TotalSummaryElementStyleGets or sets the style applied to individual text elements in the total summary items within a view. This is a dependency property.
FixedTotalSummaryElementStyleGets or sets the style applied to individual text elements in the fixed total summary item. This is a dependency property.
TotalSummaryContentStyleGets or sets the style applied to total summary items displayed within a View. This is a dependency property.
TotalSummaryItemTemplateGets or sets the template that defines the presentation of total summary items. This is a dependency property.
TotalSummaryItemTemplateSelectorGets or sets an object that chooses a total summary template based on custom logic. This is a dependency property.

Group Summary

GroupSummaryItemTemplate

AlignedByColumns DisplayMode

GroupColumnSummaryContentStyle

PropertyDescription
GroupSummaryDisplayModeGets or sets the position of group summaries within a group row. This is a dependency property.
GroupSummaryContentStyleGets or sets the style applied to group summary items. This is a dependency property.
GroupBandSummaryContentStyleGets or sets the style applied to group summary items aligned by bands. This is a dependency property.
GroupColumnSummaryContentStyleGets or sets the style applied to group summary items aligned by columns. This is a dependency property.
GroupColumnSummaryElementStyleGets or sets the style applied to individual text elements in group summary items that are aligned by columns. This is a dependency property.
GroupFooterSummaryContentStyleGets or sets the style applied to summary items displayed within group footers. This is a dependency property.
GroupColumnFooterElementStyleGets 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.
GroupSummaryItemTemplateGets or sets the template that defines the presentation of summary items displayed within group rows. This is a dependency property.
GroupSummaryItemTemplateSelectorGets or sets an object that chooses a group summary template based on custom logic. This is a dependency property.
GroupColumnSummaryItemTemplateGets or sets the template that defines the presentation of group summary items aligned by columns. This is a dependency property.
GroupFooterSummaryItemTemplateGets or sets the template that defines the appearance of group footer summary items. This is a dependency property.
GroupFooterSummaryItemTemplateSelectorGets 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

TreeListView.NodeFooterRowTemplate

TreeListView.NodeFooterRowTemplateSelector

| |

Node Footer Summary

|

TreeListView.NodeFooterSummaryContentStyle

TreeListSummaryItem.NodeFooterSummaryElementStyle

TreeListView.NodeFooterSummaryElementStyle

| |

Node Footer Summary Item

|

TreeListView.NodeFooterSummaryItemTemplate

TreeListView.NodeFooterSummaryItemTemplateSelector

|

Printed Summary

PropertyDescription
PrintFixedTotalSummaryStyleGets or sets the style applied to printed summary items in the Fixed Summary Panel. This is a dependency property.
PrintTotalSummaryStyleGets or sets the style applied to printed total summary items. This is a dependency property.
PrintGroupFooterTemplateGets or sets the template that defines the Group Footer‘s presentation when the grid is printed. This is a dependency property.
PrintFooterTemplateGets or sets the template that defines the appearance of the printed Summary Panel. This is a dependency property.
PrintFixedFooterTemplateGets or sets the template that defines the appearance of the printed Fixed Summary Panel. This is a dependency property.

See Also

Customize Individual Total and Group Summaries

Customize the Appearance of Printed/Exported Information