[]
        
(Showing Draft Content)

C1.WPF.C1ComboBox.KeyDownInPopup

KeyDownInPopup Event

Handle this event to provide your own custom navigation when the popup is opened. Receives the key that was pressed and the current index, and returns the new index that should be selected.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public event Func<Key, int, int> KeyDownInPopup
Returns
Type Description
Func<Key, int, int> Handle this event to provide your own custom navigation when the popup is opened. Receives the key that was pressed and the current index, and returns the new index that should be selected.