menu

WPF

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

    Show / Hide Table of Contents

    Enum GridSelectionMode

    Specifies the selection behavior of a list box.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum GridSelectionMode

    Fields

    Name
    MultiExtended

    Multiple items can be selected, and the user can use the SHIFT, CTRL, and arrow keys to make selections

    MultiSimple
    None

    No items can be selected.

    One

    Only one item can be selected.

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