Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
.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)

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

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.
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker