ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / MultiRowTagHelper Class / KeyActionEnter Property

In This Topic
    KeyActionEnter Property (MultiRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.KeyActionEnter. Sets the action to perform when the ENTER key is pressed.
    Syntax
    'Declaration
     
    Public Overridable Property KeyActionEnter As KeyAction
    public virtual KeyAction KeyActionEnter {get; set;}
    Remarks
    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.
    See Also