RadControls for WPF

A RadioButton control.

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

Syntax

C#
public class RadRadioButton : RadioButton
Visual Basic
Public Class RadRadioButton _
	Inherits RadioButton

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
                    System.Windows.Controls..::..RadioButton
                      Telerik.Windows.Controls..::..RadRadioButton
                        Telerik.Windows.Controls.Diagrams.Extensions..::..RadGeometryRadioButton
                        Telerik.Windows.Controls..::..RadRibbonRadioButton

See Also