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
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