menu

Blazor

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

    Show / Hide Table of Contents

    Class PivotToolbarInfo

    Defines the current toolbar information such as current display options and its settings such as chart settings, grid settings, etc.

    Inheritance
    System.Object
    PivotToolbarInfo
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotToolbarInfo : Object

    Constructors

    PivotToolbarInfo()

    Declaration
    public PivotToolbarInfo()

    Properties

    ChartSettings

    Defines the pivot chart settings such as chart series, chart area, axis labels, legends, border, crosshairs, theme, title, tooltip, zooming, etc.

    Declaration
    public PivotChartSettings ChartSettings { get; set; }
    Property Value
    Type
    PivotChartSettings

    DisplayOption

    Defines the current display settings such as current view port as either pivot table or pivot chart or both table and chart

    Declaration
    public PivotViewDisplayOption DisplayOption { get; set; }
    Property Value
    Type
    PivotViewDisplayOption

    GridSettings

    Defines the pivot table settings such as column width, row height, grid lines, text wrap settings, selection settings, etc.

    Declaration
    public PivotViewGridSettings GridSettings { get; set; }
    Property Value
    Type
    PivotViewGridSettings
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved