RadControls for WPF

A RadButton implementation that serves as clickable header button. It's MouseOver and Pressed states will be inactive if no Command is attached.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.40

Syntax

C#
public class GroupHeaderButton : RadButton
Visual Basic
Public Class GroupHeaderButton _
	Inherits RadButton

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls.Primitives..::..ButtonBase
                  System.Windows.Controls..::..Button
                    Telerik.Windows.Controls..::..RadButton
                      Telerik.Windows.Controls..::..GroupHeaderButton

See Also