RadControls for Silverlight

This is a User Interface (UI) element that represents the header of the entire row, containing the columns headers.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.1050

Syntax

C#
public class GridViewHeaderRow : GridViewRowItem
Visual Basic
Public Class GridViewHeaderRow _
	Inherits GridViewRowItem

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            Telerik.Windows.Controls..::..RadRowItem
              Telerik.Windows.Controls.GridView..::..GridViewRowItem
                Telerik.Windows.Controls.GridView..::..GridViewHeaderRow

See Also