RadControls for WPF

A DropDownButton control for usage in the RadRibbonView.

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

Syntax

C#
public class RadRibbonDropDownButton : RadDropDownButton, 
	IRibbonButton, IVariantControl
Visual Basic
Public Class RadRibbonDropDownButton _
	Inherits RadDropDownButton _
	Implements IRibbonButton, IVariantControl

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..::..RadDropDownButton
                        Telerik.Windows.Controls..::..RadRibbonDropDownButton

See Also