Class PivotViewStyle
Inheritance
System.Object
PivotViewStyle
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewStyle : EJTagHelper
Constructors
PivotViewStyle()
Declaration
Properties
BackgroundColor
It allows to set the background color to the value cell in the pivot table.
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Color
It allows to set the font color to the value cell in the pivot table.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
FontFamily
It allows to set the font family to the value cell in the pivot table.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
FontSize
It allows to set the font size to the value cell in the pivot table.
Declaration
public string FontSize { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides