Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / DropDownBehavior Enumeration

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

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

    See Also