Skip to content

Commit eaea22d

Browse files
Included images
1 parent d64eabc commit eaea22d

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
12.1 KB
Loading
12.1 KB
Loading
13.1 KB
Loading

MAUI/DataGrid/summaries.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,10 @@ dataGrid.CaptionSummaryRow = captionSummaryRow;
451451
{% endhighlight %}
452452
{% endtabs %}
453453

454+
The following screenshot illustrates displaying summary columns with title at same time for `CaptionSummaryRow`.
455+
456+
![DataGrid with caption summary column and title](Images\caption-summary\maui-datagrid-caption-column-summary-title.png)
457+
454458
### Limitations
455459

456460
The following are the limitations of displaying column summary along with title at same time for DataGridSummaryRow:
@@ -819,6 +823,10 @@ dataGrid.GroupSummaryRows.Add(groupSummaryRow);
819823
{% endhighlight %}
820824
{% endtabs %}
821825

826+
The following screenshot illustrates displaying summary columns with title at same time for `GroupSummaryRows`.
827+
828+
![DataGrid with group summary column and title](Images\group-summary\maui-datagrid-group-column-summary-title.png)
829+
822830
### Limitations
823831

824832
The following are the limitations of displaying column summary along with title at same time for DataGridSummaryRow:
@@ -1368,6 +1376,10 @@ dataGrid.TableSummaryRows.Add(bottomSummaryRow);
13681376
{% endhighlight %}
13691377
{% endtabs %}
13701378

1379+
The following screenshot illustrates displaying summary columns with title at same time for `TableSummaryRows`.
1380+
1381+
![DataGrid with table summary column and title](Images\table-summary\maui-datagrid-table-column-summary-title.png)
1382+
13711383
### Limitations
13721384

13731385
The following are the limitations of displaying column summary along with title at same time for DataGridTableSummaryRow:

0 commit comments

Comments
 (0)