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

In This Topic
    DataGridRowPresenter Class
    In This Topic
    Represent the visual element of a row.
    Object Model
    DataGridRowPresenter Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="InvalidUnfocused", GroupName="ValidationStates")>
    <TemplatePartAttribute(Name="Cells", Type=C1.Silverlight.DataGrid.DataGridCellsPanel)>
    <DefaultMemberAttribute("Item")>
    Public Class DataGridRowPresenter 
       Inherits System.Windows.Controls.Control
    [TemplateVisualState(Name="InvalidUnfocused", GroupName="ValidationStates")]
    [TemplatePart(Name="Cells", Type=C1.Silverlight.DataGrid.DataGridCellsPanel)]
    [DefaultMember("Item")]
    public class DataGridRowPresenter : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.DataGrid.DataGridRowPresenter
                      C1.Silverlight.DataGrid.DataGridSelectableRowPresenter

    See Also