| Visual Basic (Declaration) | |
|---|---|
Public Class DataGridGroupDescription Inherits GroupDescription Implements INotifyPropertyChanged | |
| C# | |
|---|---|
public class DataGridGroupDescription : GroupDescription, INotifyPropertyChanged | |
All examples in this topic assume that the grid is bound to the Orders table of the Northwind database, unless stated otherwise. See also examples in GroupNameFromItem method.
The following example demonstrates how to group the data items by the ShipCountry and ShipCity columns.
| XAML | Copy Code |
|---|---|
<Grid xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"> | |
This class is used by the DataGridCollectionView class to group items; however, it can also be used by the standard CollectionView class.
The use of the GroupNames property is not supported by the DataGridGroupDescription class.
System.Object
System.ComponentModel.GroupDescription
Xceed.Wpf.DataGrid.DataGridGroupDescription
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2



Copy Code