| Visual Basic (Declaration) | |
|---|---|
Public Class Group Implements INotifyPropertyChanged | |
| C# | |
|---|---|
public class Group : INotifyPropertyChanged | |
All examples in this topic assume that the grid is bound to the Orders table of the Northwind database, unless stated otherwise.
The following example demonstrates how to change the information displayed in each GroupHeaderControl by creating an implicit DataTemplate targeting the Group data type.
| XAML | Copy Code |
|---|---|
<Grid> | |
System.Object
Xceed.Wpf.DataGrid.Group
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2



Copy Code