C1.Web.Mvc Namespace / ClickAction Enumeration

ClickAction Enumeration
Specifies constants that define the action to perform when the user clicks the input element in the control.
Syntax
'Declaration
 
Public Enum ClickAction 
   Inherits System.Enum
 
Members
MemberDescription
OpenOpen the drop-down.
SelectSelects the input element content.
ToggleToggle the drop-down.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.ClickAction

See Also