ComponentOne Basic Library for UWP
C1DropDown Class
Members 

C1.UWP Assembly > C1.Xaml Namespace : C1DropDown Class
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
C1DropDown Class
Syntax
'Declaration
 
Public Class C1DropDown 
   Inherits C1DropDownButton
   Implements Windows.UI.Composition.IAnimationObject 
public class C1DropDown : C1DropDownButton, Windows.UI.Composition.IAnimationObject  
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

Reference

C1DropDown Members
C1.Xaml Namespace