Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditorSelectionBehavior - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EditorSelectionBehavior

    Defines the constants that indicates the position of cursor and selection in edit element when entering edit mode.

    Inheritance
    System.Object
    EditorSelectionBehavior
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public sealed class EditorSelectionBehavior : Enum

    Fields

    MoveLast

    Moves the cursor to the last position in the edit element.

    Declaration
    public const EditorSelectionBehavior MoveLast
    Field Value
    Type Description
    EditorSelectionBehavior

    SelectAll

    Selects all content in the edit element.

    Declaration
    public const EditorSelectionBehavior SelectAll
    Field Value
    Type Description
    EditorSelectionBehavior

    value__

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