menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridImeOptions - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved