[]
        
(Showing Draft Content)

C1.Web.Mvc.InputDateBase.KeyActionUpArrow

KeyActionUpArrow Property

KeyActionUpArrow

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

Declaration
public InputKeyAction KeyActionUpArrow { get; set; }
Public Property KeyActionUpArrow 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.