menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridSelectionMode - API Reference

    Show / Hide Table of Contents

    Class DataGridSelectionMode

    Defines the constants that specifies how to apply the selection for rows.

    Inheritance
    System.Object
    DataGridSelectionMode
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataGridSelectionMode : Enum

    Fields

    Multiple

    Multiple rows can be selected.

    Declaration
    public const DataGridSelectionMode Multiple
    Field Value
    Type Description
    DataGridSelectionMode

    None

    No rows can be selected.

    Declaration
    public const DataGridSelectionMode None
    Field Value
    Type Description
    DataGridSelectionMode

    Single

    Only one row can be selected at a time.

    Declaration
    public const DataGridSelectionMode Single
    Field Value
    Type Description
    DataGridSelectionMode

    SingleDeselect

    Only one row can be selected at a time. In addition, it lets deselect the selected row.

    Declaration
    public const DataGridSelectionMode SingleDeselect
    Field Value
    Type Description
    DataGridSelectionMode

    value__

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