Skip to main content

ColumnBase.GroupColumnSummaryItemTemplate Property

Gets or sets a template that defines the appearance of group summary items in this column. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnGroupColumnSummaryItemTemplateChanged")]
public DataTemplate GroupColumnSummaryItemTemplate { get; set; }

Property Value

Type Description
DataTemplate

A template that defines the appearance of group summary items in this column. The template’s data context is a GroupColumnSummaryData object.

Remarks

The GridControl.GroupSummaryDisplayMode property specifies the position of group summaries within a group row. If this property is set to GroupSummaryDisplayMode.AlignByColumns, group summaries are displayed under the corresponding columns.

For more information, refer to the following help topic: Data Summaries.

See Also