[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents an individual DataGrid column header.
Namespace:
System.Windows.Controls Assembly:
System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "RootElement", Type := GetType(FrameworkElement))> _
Public Class DataGridColumnHeader _
Inherits ContentControl
Dim instance As DataGridColumnHeader
[TemplatePartAttribute(Name = "RootElement", Type = typeof(FrameworkElement))]
public class DataGridColumnHeader : ContentControl
[TemplatePartAttribute(Name = L"RootElement", Type = typeof(FrameworkElement))]
public ref class DataGridColumnHeader : public ContentControl
public class DataGridColumnHeader extends ContentControl
This class is accessible only through DataGrid styles and templates. For more information, see DataGrid Styles and Templates.
System..::.Object
System.Windows..::.DependencyObject
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
System.Windows.Controls..::.ContentControl
System.Windows.Controls..::.DataGridColumnHeader
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference