Skip to main content
A newer version of this page is available. .

GridColumn.TotalSummaryTemplate Property

Gets or sets the template that defines the visual representation of the column’s total summary. This is a bindable property.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public DataTemplate TotalSummaryTemplate { get; set; }

Property Value

Type Description
DataTemplate

A template for the column’s total summary.

Remarks

Use a column’s TotalSummaryTemplate property to define the visual structure of a total summary displayed for this column. To set a common template to be applied to all total summary items displayed in the grid, use the DataGridView.TotalSummaryTemplate property. The TotalSummaryData class specifies the binding context for these templates.

See Also