GridColumn.TotalSummaryTemplate Property
In This Article
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
C#
public DataTemplate TotalSummaryTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
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