IME Mode
DevExpress editors support Input Method Editor (IME) mode to allow users to enter complex characters with a standard QWERTY keyboard.
This mode is active unless you explicitly set the editor’s ImeMode property to Off.
Note
Repository items do not have an ImeMode property. For in-place editors in data-aware controls, handle the view’s ShownEditor event, access the active editor, and change its ImeMode property value.
Limitations
DevExpress editors support only Microsoft’s built-in IME.
IME input does not work correctly in the Find Panel. Refer to the following bug report for additional information: Korean IME input does not work correctly in GridView FindPanel.
Lookup editors and autocomplete editors (for example, ComboBoxEdit) do not support IME input.
Incremental search in the Data Grid uses the
KeyPressevent to process input instead of IME.IME input may not work correctly in the Auto Filter Row in Advanced Mode.