XlDataValidation.ImeMode Property
Gets or sets the input method editor (IME) mode used by the data validation.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlDataValidationImeMode ImeMode { get; set; }
#Property Value
Type | Description |
---|---|
Xl |
One of the Xl |
Available values:
Name | Description |
---|---|
No |
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. |
Full |
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. |
Half |
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. |
Full |
The IME control is full width alphanumeric input mode when the cell is selected. |
Half |
The IME control is in half width alphanumeric input mode when the cell is selected. |
Full |
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. |
Half |
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
This property is useful only if support for any of these languages has been installed and selected:
- Chinese
- Japanese
- Korean
When this property is in effect, the cell input is controlled by the specified IME.