GridColumnBase.GroupColumnSummaryContentStyle Property
Gets or sets the style applied to group summary items aligned by columns. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Style | The style applied to group summary items aligned by columns. |
Remarks
Target type: DevExpress.UI.Xaml.Grid.GroupColumnSummaryControl
The position of group summaries within a group row is specified by the GridControl.GroupSummaryDisplayMode property. If this property is set to GroupSummaryDisplayMode.AlignByColumns, group summaries are displayed under the corresponding columns.
See Also