alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridSelectionMode

    Specifies the selection behavior of a list box.

    Inheritance
    System.Object
    GridSelectionMode
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridSelectionMode : Enum

    Fields

    MultiExtended

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

    Declaration
    public const GridSelectionMode MultiExtended
    Field Value
    Type
    GridSelectionMode

    MultiSimple

    Declaration
    public const GridSelectionMode MultiSimple
    Field Value
    Type
    GridSelectionMode

    None

    No items can be selected.

    Declaration
    public const GridSelectionMode None
    Field Value
    Type
    GridSelectionMode

    One

    Only one item can be selected.

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