GridColumnBase.GroupColumnSummaryItemTemplate Property
Gets or sets the template that defines the presentation of 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 |
---|---|
DataTemplate | A DataTemplate object that defines the presentation of group summary items aligned by columns. |
Remarks
The position of group summaries within a group row is specified by theGridControl.GroupSummaryDisplayMode property. If this property is set to GroupSummaryDisplayMode.AlignByColumns, group summaries are displayed under the corresponding columns.
See Also