RadControls for WPF

A DropDownButton control.

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

Syntax

C#
public class RadDropDownButton : RadButton, 
	IPopupHost, IPopupWrapperOwner, IDisposable
Visual Basic
Public Class RadDropDownButton _
	Inherits RadButton _
	Implements IPopupHost, IPopupWrapperOwner, IDisposable

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.Diagrams.Extensions..::..RadGeometryDropDownButton
                        Telerik.Windows.Controls..::..RadRibbonDropDownButton

See Also