DataGridColumn::HeaderTemplate Property

.NET Framework (current version)
 

Gets or sets the template that defines the visual representation of the column header.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property DataTemplate^ HeaderTemplate {
	DataTemplate^ get();
	void set(DataTemplate^ value);
}

Property Value

Type: System.Windows::DataTemplate^

The object that defines the visual representation of the column header. The registered default is null. For information about what can influence the value, see DependencyProperty.

.NET Framework
Available since 4.0
Return to top
Show: