ASP.NET Core MVC コントロールヘルプ
KeyActionEnter プロパティ (FlexGridBase<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > FlexGridBase<T> クラス : KeyActionEnter プロパティ
Gets or sets the action to perform when the ENTER key is pressed.
シンタックス
'宣言
 
Public Overridable Property KeyActionEnter As KeyAction
public virtual KeyAction KeyActionEnter {get; set;}
解説
The default setting for this property is C1.Web.Mvc.Grid.KeyAction.MoveDown, which causes the control to move the selection to the next row. This is the standard Excel behavior.
参照

FlexGridBase<T> クラス
FlexGridBase<T> メンバ