Class PivotTooltipTemplateContext
Inheritance
System.Object
PivotTooltipTemplateContext
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 |
|
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 |
|