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