Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / DropDownBehavior Enumeration


In This Topic
    DropDownBehavior Enumeration
    In This Topic
    DropDown interaction behavior.
    Syntax
    'Declaration
     
    
    Public Enum DropDownBehavior 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DropDownBehavior
    public enum DropDownBehavior : System.Enum 
    Members
    MemberDescription
    ButtonTap The drop-down appears when the user taps the button.
    HeaderTap The drop-down appears when the user taps any part of the header.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Android.Input.DropDownBehavior

    See Also