alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class PivotTooltipTemplateContext

    Pivot tooltip template context.

    Inheritance
    object
    PivotTooltipTemplateContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotTooltipTemplateContext

    Constructors

    PivotTooltipTemplateContext()

    Declaration
    public PivotTooltipTemplateContext()

    Properties

    AggregateType

    Cell Aggregate type.

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

    ColumnFields

    Column Fields.

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

    ColumnHeaders

    Column Header.

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

    RowFields

    Row Fields.

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

    RowHeaders

    Row Header.

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

    Value

    Cell Value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type
    string

    ValueField

    Value Fields.

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