Spread Silverlight Documentation
HeaderCellPresenter Class
Members 


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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

HeaderCellPresenter Members
GrapeCity.Windows.SpreadSheet.UI Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.