Displays a single column header in a ListView.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class GridViewColumnHeader : Button
Visual Basic
Public Class GridViewColumnHeader _
	Inherits Button
Visual C++
public ref class GridViewColumnHeader : public Button

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls.Primitives..::..ButtonBase
              System.Windows.Controls..::..Button
                Mindscape.SilverlightElements..::..GridViewColumnHeader

See Also