TableView.GroupBandSummaryContentStyle Property
In This Article
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.v14.2.dll
#Declaration
#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