Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellPresenter Class
Members


In This Topic
    CellPresenter Class
    In This Topic
    Represents an individual GcSpreadSheet cell.
    Object Model
    CellPresenter Class
    Syntax
    'Declaration
     
    <TemplatePartAttribute(Name="Root", Type=GrapeCity.Windows.SpreadSheet.UI.CellBackgroundPanel)>
    <TemplateVisualStateAttribute(Name="Selected", GroupName="SelectionStates")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class CellPresenter 
       Inherits CellPresenterBase
    'Usage
     
    Dim instance As CellPresenter
    [TemplatePart(Name="Root", Type=GrapeCity.Windows.SpreadSheet.UI.CellBackgroundPanel)]
    [TemplateVisualState(Name="Selected", GroupName="SelectionStates")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class CellPresenter : CellPresenterBase 
    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.CellPresenter

    See Also