ASP.NET Core MVC コントロールヘルプ
KeyAction 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 : KeyAction 列挙体
Specifies constants that define the action to perform when special keys such as ENTER and TAB are pressed.
シンタックス
'宣言
 
Public Enum KeyAction 
   Inherits System.Enum
public enum KeyAction : System.Enum 
メンバ
メンバ解説
CycleMove the selection to the next column, then wrap to the next row.
CycleEditableMove the selection to the next editable column, then wrap to the next row.
CycleOutMove the selection to the next column, then wrap to the next row, then out of the control.
MoveAcrossMove the selection to the next column.
MoveDownMove the selection to the next row.
NoneNo special action (let the browser handle the key).
継承階層

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

参照

C1.Web.Mvc.Grid 名前空間