Represent the visual element of a row header.
Object Model
Syntax
'Declaration
<System.Windows.TemplatePartAttribute(Name="Resize", Type=System.Windows.FrameworkElement)>
<System.Windows.TemplatePartAttribute(Name="ToggleDetails", Type=System.Windows.Controls.Primitives.ToggleButton)>
<System.Windows.TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Selected", GroupName="SelectionStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Editing", GroupName="SelectionStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Valid", GroupName="ValidationStates")>
<System.Windows.TemplateVisualStateAttribute(Name="InvalidFocused", GroupName="ValidationStates")>
<System.Windows.TemplateVisualStateAttribute(Name="InvalidUnfocused", GroupName="ValidationStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Merging", GroupName="MergingStates")>
<System.Windows.TemplateVisualStateAttribute(Name="NotMerging", GroupName="MergingStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
Public Class DataGridRowHeaderPresenter
Inherits System.Windows.Controls.ContentControl
[System.Windows.TemplatePart(Name="Resize", Type=System.Windows.FrameworkElement)]
[System.Windows.TemplatePart(Name="ToggleDetails", Type=System.Windows.Controls.Primitives.ToggleButton)]
[System.Windows.TemplateVisualState(Name="Unselected", GroupName="SelectionStates")]
[System.Windows.TemplateVisualState(Name="Selected", GroupName="SelectionStates")]
[System.Windows.TemplateVisualState(Name="Editing", GroupName="SelectionStates")]
[System.Windows.TemplateVisualState(Name="Valid", GroupName="ValidationStates")]
[System.Windows.TemplateVisualState(Name="InvalidFocused", GroupName="ValidationStates")]
[System.Windows.TemplateVisualState(Name="InvalidUnfocused", GroupName="ValidationStates")]
[System.Windows.TemplateVisualState(Name="Merging", GroupName="MergingStates")]
[System.Windows.TemplateVisualState(Name="NotMerging", GroupName="MergingStates")]
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
public class DataGridRowHeaderPresenter : 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.DataGridRowHeaderPresenter
C1.Silverlight.DataGrid.DataGridNewRowHeaderPresenter
C1.Silverlight.DataGrid.Filters.DataGridFilterRowHeaderPresenter
See Also