menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum EditorSelectionBehavior - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum EditorSelectionBehavior

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

    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public enum EditorSelectionBehavior

    Fields

    Name Description
    Default

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

    MoveLast

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

    SelectAll

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved