[]
        
(Showing Draft Content)

C1.Web.Mvc.TabKeyAction

TabKeyAction Enum

Defines the behavior when keys are pressed in the control.Defines the behavior when keys are pressed in the control.

Namespace: C1.Web.Mvc
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public enum TabKeyAction
Public Enum TabKeyAction

Fields

Name Description
CloseAndKeepFocus

Closes the dropdown while maintaining focus on the control

CloseAndMoveFocus

Closes the dropdown and moves focus to the next tabbable element.