RadControls for Silverlight

A SplitButton control.

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

Syntax

C#
public class RadSplitButton : ContentControl, 
	ICommandSource, IPopupWrapperOwner, IDisposable
Visual Basic
Public Class RadSplitButton _
	Inherits ContentControl _
	Implements ICommandSource, IPopupWrapperOwner, IDisposable

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            Telerik.Windows.Controls..::..RadSplitButton
              Telerik.Windows.Controls..::..RadRibbonSplitButton

See Also