Skip to main content
All docs
V26.1
  • 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

    See Also