Blazor

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

    Show / Hide Table of Contents

    Class PivotTooltipTemplateContext

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

    Constructors

    PivotTooltipTemplateContext()

    Declaration
    public PivotTooltipTemplateContext()

    Properties

    AggregateType

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

    ColumnFields

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

    ColumnHeaders

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

    RowFields

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

    RowHeaders

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

    Value

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

    ValueField

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