Class PivotConditionalFormattingStyle
Allows to set the custom styles for the formatting applied values in the pivot table.
Inheritance
PivotConditionalFormattingStyle
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotConditionalFormattingStyle : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
PivotConditionalFormattingStyle()
Declaration
public PivotConditionalFormattingStyle()
Properties
BackgroundColor
It allows to set the background color to the value cell in the pivot table.
Declaration
[Parameter]
[JsonPropertyName("backgroundColor")]
public string BackgroundColor { get; set; }
Property Value
| Type |
|---|
| string |
Color
It allows to set the font color to the value cell in the pivot table.
Declaration
[Parameter]
[JsonPropertyName("color")]
public string Color { get; set; }
Property Value
| Type |
|---|
| string |
FontFamily
It allows to set the font family to the value cell in the pivot table.
Declaration
[Parameter]
[JsonPropertyName("fontFamily")]
public string FontFamily { get; set; }
Property Value
| Type |
|---|
| string |
FontSize
It allows to set the font size to the value cell in the pivot table.
Declaration
[Parameter]
[JsonPropertyName("fontSize")]
public string FontSize { get; set; }
Property Value
| Type |
|---|
| string |