menu

Blazor

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

    Show / Hide Table of Contents

    Class SelectionType

    Defines types of Selection.

    • SingleDefault. Allows user to select a row or cell.
    • MultipleAllows user to select a multiple rows or cells.
    Inheritance
    System.Object
    SelectionType
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SelectionType : Enum

    Fields

    Multiple

    Allows user to select a multiple rows or cells.

    Declaration
    public const SelectionType Multiple
    Field Value
    Type
    SelectionType

    Single

    Default. Allows user to select a row or cell.

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