C1DropDown provides a generic drop-down control with a Header property that determines what the user sees when the drop-down part of the control is closed, and a Content property that determines what goes into the drop-down section.

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

Syntax

C#
[LicenseProviderAttribute]
public class C1DropDown : C1DropDownButton
Visual Basic
<LicenseProviderAttribute> _
Public Class C1DropDown _
	Inherits C1DropDownButton
XAML Object Element Usage
<C1DropDown .../>

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