menu

Blazor

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

    Show / Hide Table of Contents

    Class PivotTooltipTemplateContext

    Pivot tooltip template context.

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

    Constructors

    PivotTooltipTemplateContext()

    Declaration
    public PivotTooltipTemplateContext()

    Properties

    AggregateType

    Cell Aggregate type.

    Declaration
    public string AggregateType { get; set; }
    Property Value
    Type
    System.String

    ColumnFields

    Column Fields.

    Declaration
    public string ColumnFields { get; set; }
    Property Value
    Type
    System.String

    ColumnHeaders

    Column Header.

    Declaration
    public string ColumnHeaders { get; set; }
    Property Value
    Type
    System.String

    RowFields

    Row Fields.

    Declaration
    public string RowFields { get; set; }
    Property Value
    Type
    System.String

    RowHeaders

    Row Header.

    Declaration
    public string RowHeaders { get; set; }
    Property Value
    Type
    System.String

    Value

    Cell Value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type
    System.String

    ValueField

    Value Fields.

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