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

DataGridView.TotalSummaryTemplate Property

Gets or sets the template that defines the visual representation of total summary items.

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 total summaries.

Remarks

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

See Also