.NET Framework Class Library for Silverlight
DataGridColumnHeader Class
[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)

Syntax

Visual Basic (Declaration)
<TemplatePartAttribute(Name := "RootElement", Type := GetType(FrameworkElement))> _
Public Class DataGridColumnHeader _
    Inherits ContentControl
Visual Basic (Usage)
Dim instance As DataGridColumnHeader
C#
[TemplatePartAttribute(Name = "RootElement", Type = typeof(FrameworkElement))]
public class DataGridColumnHeader : ContentControl
Visual C++
[TemplatePartAttribute(Name = L"RootElement", Type = typeof(FrameworkElement))]
public ref class DataGridColumnHeader : public ContentControl
JScript
public class DataGridColumnHeader extends ContentControl
Remarks

This class is accessible only through DataGrid styles and templates. For more information, see DataGrid Styles and Templates.

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows..::.UIElement
      System.Windows..::.FrameworkElement
        System.Windows.Controls..::.Control
          System.Windows.Controls..::.ContentControl
            System.Windows.Controls..::.DataGridColumnHeader
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Reference

Page view tracker