Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public Style GroupColumnFooterElementStyle { get; set; }

Property Value

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.

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