ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellPresenter Class
Members

In This Topic
    DataGridCellPresenter Class
    In This Topic
    Represent the visual element of a cell.
    Object Model
    DataGridCellPresenter Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Selected", GroupName="SelectionStates")>
    <TemplatePartAttribute(Name="LeftLine", Type=System.Windows.Shapes.Rectangle)>
    <StyleTypedPropertyAttribute(Property="FocusStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridFocusPresenter)>
    <ContentPropertyAttribute("Content", True)>
    Public Class DataGridCellPresenter 
       Inherits System.Windows.Controls.ContentControl
    [TemplateVisualState(Name="Selected", GroupName="SelectionStates")]
    [TemplatePart(Name="LeftLine", Type=System.Windows.Shapes.Rectangle)]
    [StyleTypedProperty(Property="FocusStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridFocusPresenter)]
    [ContentProperty("Content", true)]
    public class DataGridCellPresenter : System.Windows.Controls.ContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.DataGrid.DataGridCellPresenter

    See Also