Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridImeOptions

    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 Description
    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 Description
    GridImeOptions

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved