SpreadsheetGear 2017
ColumnHeader Class
Members 






SpreadsheetGear.Windows.Controls Namespace : ColumnHeader Class
Represents an individual WorkbookView column header.
Object Model
ColumnHeader Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.Markup.ContentPropertyAttribute("Content", True)>
Public Class ColumnHeader 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As ColumnHeader
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.Markup.ContentProperty("Content", true)]
public class ColumnHeader : System.Windows.Controls.ContentControl 
public class ColumnHeader = class(System.Windows.Controls.ContentControl)
System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")
System.Windows.Markup.ContentPropertyAttribute("Content", )
public class ColumnHeader extends System.Windows.Controls.ContentControl
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.Markup.ContentProperty("Content", true)]
public __gc class ColumnHeader : public System.Windows.Controls.ContentControl 
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.Markup.ContentProperty("Content", true)]
public ref class ColumnHeader : public 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
                  SpreadsheetGear.Windows.Controls.ColumnHeader

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnHeader Members
SpreadsheetGear.Windows.Controls Namespace