mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-datagridview-4b3cfbc6.md
Gets or sets the template that defines the visual representation of summary items displayed within group rows.
Namespace : DevExpress.XamarinForms.DataGrid
Assembly : DevExpress.XamarinForms.Grid.dll
NuGet Package : DevExpress.XamarinForms.Grid
public DataTemplate GroupSummaryTemplate { get; set; }
| Type | Description |
|---|---|
| DataTemplate |
A template for group summaries.
|
When data is grouped, the grid displays group rows to separate groups of data rows. End users can tap group rows to expand and collapse groups.
A group row displays the following elements:
The following properties allow you to set custom templates that specify the presentation of a group row and its elements:
DataGridView.GroupSummaryTemplate - a template for group row summaries.The GroupRowData class specifies the binding context for these templates.
See Also