ComponentOne ASP.NET MVC Controls
KeyAction Enumeration

C1.Web.Mvc.GridDetail Namespace : KeyAction Enumeration
Specifies constants that define the action to perform when the ENTER key is pressed.
Syntax
'Declaration
 
Public Enum KeyAction 
   Inherits System.Enum
public enum KeyAction : System.Enum 
Members
MemberDescription
NoneNo special action (let the browser handle the key).
ToggleDetailToggle the detail display.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.GridDetail.KeyAction

See Also

Reference

C1.Web.Mvc.GridDetail Namespace