ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / FlexSheet Class / KeyActionTab Property

In This Topic
    KeyActionTab Property (FlexSheet)
    In This Topic
    Gets or sets the action to perform when the TAB key is pressed.
    Syntax
    'Declaration
     
    Public Overrides Property KeyActionTab As KeyAction
    public override KeyAction KeyActionTab {get; set;}
    Remarks
    The default setting for this property is C1.Web.Mvc.Grid.KeyAction.CycleOut setting that causes the selection to move through the cells as C1.Web.Mvc.Grid.KeyAction.Cycle, and then on to the next/previous control on the page when the last or first cells are selected.
    See Also