Back to Devexpress

GridSummaryItem.GroupColumnSummaryElementStyle Property

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

latest1.9 KB
Original Source

GridSummaryItem.GroupColumnSummaryElementStyle Property

Gets or sets the style applied to individual text elements in the group summary item that is displayed within the group row and aligned by a column. 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 GroupColumnSummaryElementStyle { get; set; }
vb
Public Property GroupColumnSummaryElementStyle 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 aligned by a column.

|

Remarks

The GroupColumnSummaryElementStyle property is in effect if the TableView.GroupSummaryDisplayMode property is set to GroupSummaryDisplayMode.AlignByColumns.

To specify the style applied to group summary items, use the TableView.GroupColumnSummaryContentStyle property.

See Also

GroupColumnSummaryContentStyle

GridSummaryItem Class

GridSummaryItem Members

DevExpress.Xpf.Grid Namespace