menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionMode

    Defines modes of Selection.

    • RowDefault. Row selection is enabled
    • CellCell selection is enabled.
    • BothBoth Row and Cell selection is enabled.
    Inheritance
    System.Object
    SelectionMode
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SelectionMode : Enum

    Fields

    Both

    Both row and cell selection is enabled.

    Declaration
    public const SelectionMode Both
    Field Value
    Type
    SelectionMode

    Cell

    Cell selection is enabled.

    Declaration
    public const SelectionMode Cell
    Field Value
    Type
    SelectionMode

    Row

    Default. Row selection is enabled.

    Declaration
    public const SelectionMode Row
    Field Value
    Type
    SelectionMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved