Summary Customization
- 3 minutes to read
In This Article
This topic lists members that allow you to customize the GridControl summary’s appearance.
#Total Summary
Property | Description |
---|---|
Total |
Gets or sets the style applied to individual text elements in the total summary items within a view. This is a dependency property. |
Fixed |
Gets or sets the style applied to individual text elements in the fixed total summary item. This is a dependency property. |
Total |
Gets or sets the style applied to total summary items displayed within a View. This is a dependency property. |
Total |
Gets or sets the template that defines the presentation of total summary items. This is a dependency property. |
Total |
Gets or sets an object that chooses a total summary template based on custom logic. This is a dependency property. |
#Group Summary
Property | Description |
---|---|
Group |
Gets or sets the position of group summaries within a group row. This is a dependency property. |
Group |
Gets or sets the style applied to group summary items. This is a dependency property. |
Group |
Gets or sets the style applied to group summary items aligned by bands. This is a dependency property. |
Group |
Gets or sets the style applied to group summary items aligned by columns. This is a dependency property. |
Group |
Gets or sets the style applied to individual text elements in group summary items that are aligned by columns. This is a dependency property. |
Group |
Gets or sets the style applied to summary items displayed within group footers. This is a dependency property. |
Group |
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. |
Group |
Gets or sets the template that defines the presentation of summary items displayed within group rows. This is a dependency property. |
Group |
Gets or sets an object that chooses a group summary template based on custom logic. This is a dependency property. |
Group |
Gets or sets the template that defines the presentation of group summary items aligned by columns. This is a dependency property. |
Group |
Gets or sets the template that defines the appearance of group footer summary items. This is a dependency property. |
Group |
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 | Tree |
Node Footer Summary | Tree |
Node Footer Summary Item |
#Printed Summary
Property | Description |
---|---|
Print |
Gets or sets the style applied to printed summary items in the Fixed Summary Panel. This is a dependency property. |
Print |
Gets or sets the style applied to printed total summary items. This is a dependency property. |
Print |
Gets or sets the template that defines the Group Footer‘s presentation when the grid is printed. This is a dependency property. |
Print |
Gets or sets the template that defines the appearance of the printed Summary Panel. This is a dependency property. |
Print |
Gets or sets the template that defines the appearance of the printed Fixed Summary Panel. This is a dependency property. |
See Also