TableView.GroupColumnSummaryContentStyle Property
In This Article
Gets or sets the style applied to group summary items aligned by columns. 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 columns. |
#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, group summaries are displayed under the corresponding columns.
See Also