[]
        
(Showing Draft Content)

C1.Web.Mvc.InputKeyAction

InputKeyAction 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 InputKeyAction
Public Enum InputKeyAction

Fields

Name Description
ChangeSelectionOnly

Changes the selection without opening the dropdown.

OpenDropdown

Opens the dropdown without changing selection.