Skip to main content
A newer version of this page is available. .

TableView.GroupBandSummaryContentStyle Property

Gets or sets the style applied to group summary items aligned by bands. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public Style GroupBandSummaryContentStyle { get; set; }

Property Value

Type Description
Style

A Style object that is the style applied to group summary items aligned by bands.

Remarks

The position of group summaries within a group row is specified by the TableView.GroupSummaryDisplayMode property. If this property is set to GroupSummaryDisplayMode.AlignByColumns, and columns are arranged within a band, group summaries are aligned by bands.

See Also