DataGridRow::HeaderStyle Property
.NET Framework (current version)
Gets or sets the style that is used when rendering the row header.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows::Style^The style that is used when rendering the row header. The registered default is null. For information about what can influence the value, see DependencyProperty.
To define a Style for a row header, specify a TargetType of DataGridRowHeader.
A Style can be applied to all row headers, or to an individual row header. To apply a Style to an individual header set the DataGridRow::HeaderStyle property, which takes precedence over the DataGrid::RowHeaderStyle property.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: