Back to Devexpress

GridColumn.TotalSummaryTemplate Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-gridcolumn-7fbb8c1e.md

latest1.7 KB
Original Source

GridColumn.TotalSummaryTemplate Property

Gets or sets the template that defines the visual representation of the column’s total summary.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
public DataTemplate TotalSummaryTemplate { get; set; }

Property Value

TypeDescription
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

How to: Calculate Summaries

GridColumn Class

GridColumn Members

DevExpress.XamarinForms.DataGrid Namespace