ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DropDownButton Class
Members

In This Topic
    C1DropDownButton Class
    In This Topic
    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.
    Object Model
    C1DropDownButton Class
    Syntax
    'Declaration
     
    
    Public Class C1DropDownButton 
       Inherits C1HeaderedContentControl
    public class C1DropDownButton : C1HeaderedContentControl 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ContentControl
                      C1.Xaml.C1HeaderedContentControl
                         C1.Xaml.C1DropDownButton
                            C1.Xaml.C1DropDown

    See Also