Button which contains another button in the right side which opens a popup.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[TemplatePartAttribute(Name = "Button", Type = typeof(Button))]
public class C1SplitButton : C1DropDown
Visual Basic
<TemplatePartAttribute(Name := "Button", Type := GetType(Button))> _
Public Class C1SplitButton _
	Inherits C1DropDown

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1.Silverlight..::..C1HeaderedContentControl
              C1.Silverlight..::..C1DropDownButton
                C1.Silverlight..::..C1DropDown
                  C1.Silverlight..::..C1SplitButton

See Also