alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum 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.

    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum SelectionMode

    Fields

    Name Description
    Both

    Both - Defines SelectionMode to both Row and Column.

    Cell

    Cell - Defines SelectionMode to Cell.

    Column

    Column - Defines SelectionMode to Column.

    Row

    Row - Defines SelectionMode to Row.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved