menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditorSelectionBehavior - WinUI 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.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.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
    EditorSelectionBehavior

    SelectAll

    Selects all content in the edit element.

    Declaration
    public const EditorSelectionBehavior SelectAll
    Field Value
    Type
    EditorSelectionBehavior
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved