C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.GridDetail Namespace / KeyAction Enumeration

KeyAction Enumeration
Specifies constants that define the action to perform when the ENTER key is pressed.
Syntax
'Declaration
 
Public Enum KeyAction 
   Inherits 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