ComponentOne DataGrid for WPF and Silverlight
DataGridRowPresenter Class
Members 

C1.WPF.DataGrid Namespace : DataGridRowPresenter Class
Represent the visual element of a row.
Object Model
DataGridRowPresenter Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
<System.Windows.TemplatePartAttribute(Name="Cells", Type=C1.WPF.DataGrid.DataGridCellsPanel)>
<System.Windows.TemplatePartAttribute(Name="HorizontalGridLine", Type=System.Windows.FrameworkElement)>
<System.Windows.TemplateVisualStateAttribute(Name="Valid", GroupName="ValidationStates")>
<System.Windows.TemplateVisualStateAttribute(Name="InvalidFocused", GroupName="ValidationStates")>
<System.Windows.TemplateVisualStateAttribute(Name="InvalidUnfocused", GroupName="ValidationStates")>
Public Class DataGridRowPresenter 
   Inherits System.Windows.Controls.Control
[System.Reflection.DefaultMember("Item")]
[System.Windows.TemplatePart(Name="Cells", Type=C1.WPF.DataGrid.DataGridCellsPanel)]
[System.Windows.TemplatePart(Name="HorizontalGridLine", Type=System.Windows.FrameworkElement)]
[System.Windows.TemplateVisualState(Name="Valid", GroupName="ValidationStates")]
[System.Windows.TemplateVisualState(Name="InvalidFocused", GroupName="ValidationStates")]
[System.Windows.TemplateVisualState(Name="InvalidUnfocused", GroupName="ValidationStates")]
public class DataGridRowPresenter : System.Windows.Controls.Control 
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
                     C1.WPF.DataGrid.DataGridRowPresenter
                        C1.WPF.DataGrid.DataGridSelectableRowPresenter

See Also

Reference

DataGridRowPresenter Members
C1.WPF.DataGrid Namespace