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

In This Topic
    DataGridColumnHeaderPresenter Class
    In This Topic
    Content Control that represent the header of a column, this control contains the sort, resize and filter elements.
    Object Model
    DataGridColumnHeaderPresenter Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Filtering", GroupName="OptionsStates")>
    <TemplatePartAttribute(Name="Sort", Type=System.Windows.Controls.Primitives.ToggleButton)>
    <ContentPropertyAttribute("Content", True)>
    Public Class DataGridColumnHeaderPresenter 
       Inherits System.Windows.Controls.ContentControl
    [TemplateVisualState(Name="Filtering", GroupName="OptionsStates")]
    [TemplatePart(Name="Sort", Type=System.Windows.Controls.Primitives.ToggleButton)]
    [ContentProperty("Content", true)]
    public class DataGridColumnHeaderPresenter : System.Windows.Controls.ContentControl 
    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