menu

MAUI

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

    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
    DataGridSelectionMode

    None

    No rows can be selected.

    Declaration
    public const DataGridSelectionMode None
    Field Value
    Type
    DataGridSelectionMode

    Single

    Only one row can be selected at a time.

    Declaration
    public const DataGridSelectionMode Single
    Field Value
    Type
    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
    DataGridSelectionMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved