ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.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
     
    
    <TemplateVisualStateAttribute(Name="Filtering", GroupName="OptionsStates")>
    <TemplatePartAttribute(Name="Sort", Type=System.Windows.Controls.Primitives.ToggleButton)>
    <ContentPropertyAttribute("Content", True)>
    Public Class DataGridGroupColumnHeaderPresenter 
       Inherits DataGridColumnHeaderPresenter
    [TemplateVisualState(Name="Filtering", GroupName="OptionsStates")]
    [TemplatePart(Name="Sort", Type=System.Windows.Controls.Primitives.ToggleButton)]
    [ContentProperty("Content", true)]
    public class DataGridGroupColumnHeaderPresenter : DataGridColumnHeaderPresenter 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.DataGrid.DataGridColumnHeaderPresenter
                         C1.Silverlight.DataGrid.DataGridGroupColumnHeaderPresenter

    See Also