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

DropDownBehavior Enumeration
DropDown interaction behavior.
Syntax
'Declaration
 
Public Enum DropDownBehavior 
   Inherits 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