DataGridRow::HeaderTemplate Property
.NET Framework (current version)
Gets or sets the template that is used to display the row header.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property DataTemplate^ HeaderTemplate { DataTemplate^ get(); void set(DataTemplate^ value); }
Property Value
Type: System.Windows::DataTemplate^The template that is used to display the row header or null to use the DataGrid::RowHeaderTemplate setting. The registered default is null. For information about what can influence the value, see DependencyProperty.
.NET Framework
Available since 4.0
Available since 4.0
Show: