Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataValidationImeMode Enum

Lists values that specify how the IME (input method editor) mode is controlled by data validation.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public enum DataValidationImeMode

#Members

Name Description
NoControl

Data Validation does not control the IME mode.

On

The IME control starts when the cell is selected.

Off

The IME control is off (does not start) when the cell is selected.

Disabled

The IME control is disabled when the cell is selected.

Hiragana

The IME control is in Hiragana input mode when the cell is selected. Applies only when Japanese language support has been installed and selected.

FullKatakana

The IME control is in full width Katakana input mode when the cell is selected. Applies only when Japanese language support has been installed and selected.

HalfKatakana

The IME control is in half width Katakana input mode when the cell is selected. Applies only when Japanese language support has been installed and selected.

FullAlpha

The IME control is in full width alphanumeric input mode when the cell is selected.

HalfAlpha

The IME control is in half width alphanumeric input mode when the cell is selected.

FullHangul

The IME control is in full width Hangul input mode when the cell is selected. Applies only when Korean language support has been installed and selected.

HalfHangul

The IME control is in half width Hangul input mode when the cell is selected. Applies only when Korean language support has been installed and selected.

#Related API Members

The following properties accept/return DataValidationImeMode values:

See Also