ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.GridDetail Namespace / KeyAction Enumeration

In This Topic
    KeyAction Enumeration
    In This Topic
    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