Class GridImeOptions
Defines the different ImeOptions for SfDataGrid.
Inheritance
System.Object
GridImeOptions
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public sealed class GridImeOptions : Enum
Fields
Done
Used to specify that the IME will show its extracted text UI in Landscape mode. When in landscape mode, part of the application will not be shown behind.
Declaration
public const GridImeOptions Done
Field Value
Type |
---|
GridImeOptions |
NoExtractUi
Used to specify that the IME does not need to show its extracted text UI in Landscape mode. When in landscape mode, this lets part of the application be shown behind.
Declaration
public const GridImeOptions NoExtractUi
Field Value
Type |
---|
GridImeOptions |