GroupLevelDescription Class
See Also  Members  
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : GroupLevelDescription Class

Represents a description of each group level, which provides complementary information on the group descriptions that were added through the CollectionViewSource.GroupDescriptions property.

Syntax

Visual Basic (Declaration) 
Public Class GroupLevelDescription 
   Inherits DependencyObject
   Implements INotifyPropertyChanged 
C# 
public class GroupLevelDescription : DependencyObject, INotifyPropertyChanged  

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         Xceed.Wpf.DataGrid.GroupLevelDescription

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also