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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

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

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
                C1HeaderedContentControl
                  C1.WPF..::..C1DropDownButton
                    C1.WPF..::..C1DropDown
                      C1.WPF..::..C1SplitButton

See Also