Skip to content

SyncfusionExamples/how-to-define-summary-rows-using-AttachedProperty-in-wpf-and-uwp-datagrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to define summary rows using AttachedProperty in WPF and UWP DataGrid (SfDataGrid)?

This example illustrates how to define summary rows using AttachedProperty in WPF DataGrid (SfDataGrid).

WPF DataGrid (SfDataGrid) provides support to show the column summary. If the DataContext of SfDataGrid is ViewModel, you can bind SummaryColumns to a property in ViewModel using the AttachedProperty of type List<GridSummaryColumn>.

Refer to the code example in the following KB article to define an AttachedProperty of type List<GridSummaryColumn>.

KB article - How to define summary rows using AttachedProperty in WPF and UWP DataGrid (SfDataGrid)

About

This example illustrates how to define summary rows using AttachedProperty in wpf and uwp datagrid

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10

Languages