menu

WinForms

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

    Show / Hide Table of Contents

    Enum GridSelectionMode

    Defines the constants that specify whether the single or multiple item selections are supported by SFDataGrid control.

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

    Fields

    Name Description
    Extended

    Multiple items can be selected, by using the SHIFT, CTRL, and arrow keys to make selections

    Multiple

    Multiple items can be selected at the same time.

    None

    No items can be selected.

    Single

    Only one item can be selected at a time.

    SingleDeselect

    Only one item can be selected at a time. In addition it lets deselect the selected row.

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