ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridGroupColumnHeaderPresenter Class
Members

In This Topic
    DataGridGroupColumnHeaderPresenter Class
    In This Topic
    Represent the visual element of an item of the grouping panel.
    Object Model
    DataGridGroupColumnHeaderPresenter Class
    Syntax
    'Declaration
     
    
    Public Class DataGridGroupColumnHeaderPresenter 
       Inherits DataGridColumnHeaderPresenter
    public class DataGridGroupColumnHeaderPresenter : DataGridColumnHeaderPresenter 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ContentControl
                            C1.WPF.DataGrid.DataGridColumnHeaderPresenter
                               C1.WPF.DataGrid.DataGridGroupColumnHeaderPresenter

    See Also