RadControls for Silverlight

A DropDownButton control.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    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