Method DedicateKey
DedicateKey(Key)
Dedicates a specific keycode to PropertyGrid. This means that such key presses will not be redirected to editor controls.
public virtual void DedicateKey(Key keycode)
Parameters
keycode
Key
Remarks
Using this function allows, for example, navigation between properties using arrow keys even when the focus is in the editor control.