wpf-devexpress-dot-xpf-dot-grid-dot-gridsummaryitem-f20a4eb3.md
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.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public Style GroupColumnFooterElementStyle { get; set; }
Public Property GroupColumnFooterElementStyle As Style
| Type | Description |
|---|---|
| Style |
A Style object that is the style applied to individual text elements in the group summary item that is displayed within the group footer.
|
The GroupColumnFooterElementStyle property is in effect if the TableView.ShowGroupFooters property is set to true and the GridSummaryItem.ShowInGroupColumnFooter property is set to a required column name.
Use the GroupColumnFooterElementStyle property to define text element style for an individual summary item. To define the text element style for all the summaries within a table view, use the table view’s TableView.GroupColumnFooterElementStyle property.
See Also