[]
        
(Showing Draft Content)

C1.Web.Mvc.DropDown.KeyActionDownArrow

KeyActionDownArrow Property

KeyActionDownArrow

Gets or sets the action to perform when the DOWN ARROW key is pressed.

Declaration
public InputKeyAction KeyActionDownArrow { get; set; }
Public Property KeyActionDownArrow As InputKeyAction
Remarks

The default setting for this property is "InputKeyAction.ChangeSelectionOnly", which causes the control to change the selection item while keeping the listbox closed. Alternatively, you can set this to "InputKeyAction.OpenDropdown" to open the listbox without changing the current selection.