menu

Blazor

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

    Show / Hide Table of Contents

    Class View

    It defines the view port as either table or chart or both table and chart. The available options are: Table - To render the component as tabular form. Chart - To render the component as graphical format. Both - To render the component as both table and chart.

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

    Fields

    Both

    Both - To render the component as both table and chart.

    Declaration
    public const View Both
    Field Value
    Type
    View

    Chart

    Chart - To render the component as graphical format.

    Declaration
    public const View Chart
    Field Value
    Type
    View

    Table

    Table - To render the component as tabular form.

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