WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridSelectionMode - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridSelectionMode

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

    Inheritance
    System.Object
    GridSelectionMode
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class GridSelectionMode : Enum

    Fields

    Extended

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

    Declaration
    public const GridSelectionMode Extended
    Field Value
    Type Description
    GridSelectionMode

    Multiple

    Multiple items can be selected at the same time.

    Declaration
    public const GridSelectionMode Multiple
    Field Value
    Type Description
    GridSelectionMode

    None

    No items can be selected.

    Declaration
    public const GridSelectionMode None
    Field Value
    Type Description
    GridSelectionMode

    Single

    Only one item can be selected at a time.

    Declaration
    public const GridSelectionMode Single
    Field Value
    Type Description
    GridSelectionMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved