Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

DataValidation.ImeMode Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

DataValidationImeMode ImeMode { get; set; }

Property Value

Type Description
DataValidationImeMode

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

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