DataGridColumn::HeaderTemplateSelector Property
.NET Framework (current version)
Gets or sets the object that selects which template to use for the column header.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property DataTemplateSelector^ HeaderTemplateSelector { DataTemplateSelector^ get(); void set(DataTemplateSelector^ value); }
Property Value
Type: System.Windows.Controls::DataTemplateSelector^The object that selects the template. 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: