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 mode of selection. They are Cell - Defines SelectionMode to Cell. Row - Defines SelectionMode to Row. Column - Defines SelectionMode to Column. Both - Defines SelectionMode to both Row and Column.

    Inheritance
    System.Object
    SelectionMode
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SelectionMode : Enum

    Fields

    Both

    Both - Defines SelectionMode to both Row and Column.

    Declaration
    public const SelectionMode Both
    Field Value
    Type
    SelectionMode

    Cell

    Cell - Defines SelectionMode to Cell.

    Declaration
    public const SelectionMode Cell
    Field Value
    Type
    SelectionMode

    Column

    Column - Defines SelectionMode to Column.

    Declaration
    public const SelectionMode Column
    Field Value
    Type
    SelectionMode

    Row

    Row - Defines SelectionMode to Row.

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