WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridSelectionMode - WPF 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.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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.

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