RadControls for WPF

Represents a control that visualizes the expand/collapse operation.

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

Syntax

C#
public class GridViewToggleButton : ToggleButton, 
	ISupportInitialize
Visual Basic
Public Class GridViewToggleButton _
	Inherits ToggleButton _
	Implements ISupportInitialize

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.Primitives..::..ToggleButton
                    Telerik.Windows.Controls..::..GridViewToggleButton

See Also