Spread Silverlight Documentation
ColumnHeaderCellPresenter Class
Members 


GrapeCity.Windows.SpreadSheet.UI Namespace : ColumnHeaderCellPresenter Class
Represents an individual GcSpreadSheet column header cell.
Object Model
ColumnHeaderCellPresenter Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="SelectionRectangle", Type=System.Windows.Shapes.Rectangle)>
<System.Windows.TemplatePartAttribute(Name="NormalRectangle", Type=System.Windows.Shapes.Rectangle)>
<System.Windows.TemplatePartAttribute(Name="HighlightRectangle", Type=System.Windows.Shapes.Rectangle)>
<System.Windows.TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Grid)>
<System.Windows.TemplatePartAttribute(Name="HoverRectangle", Type=System.Windows.Shapes.Rectangle)>
Public Class ColumnHeaderCellPresenter 
   Inherits HeaderCellPresenter
'Usage
 
Dim instance As ColumnHeaderCellPresenter
[System.Windows.TemplatePart(Name="SelectionRectangle", Type=System.Windows.Shapes.Rectangle)]
[System.Windows.TemplatePart(Name="NormalRectangle", Type=System.Windows.Shapes.Rectangle)]
[System.Windows.TemplatePart(Name="HighlightRectangle", Type=System.Windows.Shapes.Rectangle)]
[System.Windows.TemplatePart(Name="Root", Type=System.Windows.Controls.Grid)]
[System.Windows.TemplatePart(Name="HoverRectangle", Type=System.Windows.Shapes.Rectangle)]
public class ColumnHeaderCellPresenter : HeaderCellPresenter 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               GrapeCity.Windows.SpreadSheet.UI.CellPresenterBase
                  GrapeCity.Windows.SpreadSheet.UI.HeaderCellPresenter
                     GrapeCity.Windows.SpreadSheet.UI.ColumnHeaderCellPresenter

See Also

Reference

ColumnHeaderCellPresenter Members
GrapeCity.Windows.SpreadSheet.UI Namespace