ASP.NET Core MVC コントロールヘルプ
KeyActionEnter メソッド (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : KeyActionEnter メソッド
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.KeyActionEnter. Sets the action to perform when the ENTER key is pressed.
シンタックス
'宣言
 
Public Overridable Function KeyActionEnter( _
   ByVal value As KeyAction _
) As TBuilder
public virtual TBuilder KeyActionEnter( 
   KeyAction value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
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.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ