Class PivotTooltipTemplateContext
Pivot tooltip template context.
Inherited Members
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 |