Back to Devexpress

GridSummaryItem.GroupColumnFooterElementStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridsummaryitem-f20a4eb3.md

latest2.0 KB
Original Source

GridSummaryItem.GroupColumnFooterElementStyle Property

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

Declaration

csharp
public Style GroupColumnFooterElementStyle { get; set; }
vb
Public Property GroupColumnFooterElementStyle As Style

Property Value

TypeDescription
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.

|

Remarks

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

GridSummaryItem Class

GridSummaryItem Members

DevExpress.Xpf.Grid Namespace