Back to Devexpress

DataValidation.ImeMode Property

officefileapi-devexpress-dot-spreadsheet-dot-datavalidation-a7ff919a.md

latest3.0 KB
Original Source

DataValidation.ImeMode Property

Gets or sets the IME (input method editor) mode used by the data validation.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
DataValidationImeMode ImeMode { get; set; }
vb
Property ImeMode As DataValidationImeMode

Property Value

TypeDescription
DataValidationImeMode

A DataValidationImeMode enumeration value that specifies the character set and behavior of the IME control. Default value is DataValidationImeMode.NoControl.

|

Available values:

Show 11 items

NameDescription
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.

|

Remarks

The settings are in effect only if support for any of these languages has been installed and selected:

  • Chinese
  • Japanese
  • Korean

When the ImeMode is in effect, the cell input is controlled by the specified IME.

See Also

DataValidation Interface

DataValidation Members

DevExpress.Spreadsheet Namespace