alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class EditorSelectionBehavior

    Defines the constants that specifies the selection behavior on edit mode.

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

    Fields

    Default

    Specifies that the editor cursor position will be placed on the clicked position in edit mode.

    Declaration
    public const EditorSelectionBehavior Default
    Field Value
    Type
    EditorSelectionBehavior

    MoveLast

    Specifies that the editor cursor will be positioned at last in edit mode.

    Declaration
    public const EditorSelectionBehavior MoveLast
    Field Value
    Type
    EditorSelectionBehavior

    SelectAll

    Specifies that all the text will be selected in edit mode.

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