Spread WPF Documentation
RowHeaderCellPresenter Class
Members 


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

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     GrapeCity.Windows.SpreadSheet.UI.CellPresenterBase
                        GrapeCity.Windows.SpreadSheet.UI.HeaderCellPresenter
                           GrapeCity.Windows.SpreadSheet.UI.RowHeaderCellPresenter

See Also

Reference

RowHeaderCellPresenter Members
GrapeCity.Windows.SpreadSheet.UI Namespace