Spread Silverlight Documentation
HeaderCellPresenter Class
Members 


GrapeCity.Windows.SpreadSheet.UI Namespace : HeaderCellPresenter Class
Represents an individual GcSpreadSheet base header cell.
Object Model
HeaderCellPresenter Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="NormalRectangle", Type=System.Windows.Shapes.Rectangle)>
<System.Windows.TemplatePartAttribute(Name="HighlightRectangle", Type=System.Windows.Shapes.Rectangle)>
<System.Windows.TemplatePartAttribute(Name="DisplayTextBlock", Type=System.Windows.Controls.TextBlock)>
<System.Windows.TemplatePartAttribute(Name="Root", Type=GrapeCity.Windows.SpreadSheet.UI.CellBackgroundPanel)>
<System.Windows.TemplatePartAttribute(Name="SelectionRectangle", Type=System.Windows.Shapes.Rectangle)>
<System.Windows.TemplatePartAttribute(Name="HoverRectangle", Type=System.Windows.Shapes.Rectangle)>
Public MustInherit Class HeaderCellPresenter 
   Inherits CellPresenterBase
'Usage
 
Dim instance As HeaderCellPresenter
[System.Windows.TemplatePart(Name="NormalRectangle", Type=System.Windows.Shapes.Rectangle)]
[System.Windows.TemplatePart(Name="HighlightRectangle", Type=System.Windows.Shapes.Rectangle)]
[System.Windows.TemplatePart(Name="DisplayTextBlock", Type=System.Windows.Controls.TextBlock)]
[System.Windows.TemplatePart(Name="Root", Type=GrapeCity.Windows.SpreadSheet.UI.CellBackgroundPanel)]
[System.Windows.TemplatePart(Name="SelectionRectangle", Type=System.Windows.Shapes.Rectangle)]
[System.Windows.TemplatePart(Name="HoverRectangle", Type=System.Windows.Shapes.Rectangle)]
public abstract class HeaderCellPresenter : CellPresenterBase 
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
                     GrapeCity.Windows.SpreadSheet.UI.CornerHeaderCellPresenter
                     GrapeCity.Windows.SpreadSheet.UI.RowHeaderCellPresenter

See Also

Reference

HeaderCellPresenter Members
GrapeCity.Windows.SpreadSheet.UI Namespace