Back to Devexpress

XlDataValidationImeMode Enum

corelibraries-devexpress-dot-export-dot-xl-a14dc693.md

latest2.3 KB
Original Source

XlDataValidationImeMode Enum

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

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlDataValidationImeMode
vb
Public Enum XlDataValidationImeMode

Members

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 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 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 full width with Hangul input mode when the cell is selected. Applies only when Korean language supports 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.

|

The following properties accept/return XlDataValidationImeMode values:

See Also

DevExpress.Export.Xl Namespace