menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridSelectionMode - UWP 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.Grid
    Assembly: Syncfusion.SfGrid.UWP.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
    GridSelectionMode

    Multiple

    Multiple items can be selected at the same time.

    Declaration
    public const GridSelectionMode Multiple
    Field Value
    Type
    GridSelectionMode

    None

    No items can be selected.

    Declaration
    public const GridSelectionMode None
    Field Value
    Type
    GridSelectionMode

    Single

    Only one item can be selected at a time.

    Declaration
    public const GridSelectionMode Single
    Field Value
    Type
    GridSelectionMode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved