Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotConditionalFormattingStyle - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotConditionalFormattingStyle

    Allows to set the custom styles for the formatting applied values in the pivot table.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    PivotConditionalFormattingStyle
    PivotFieldListStyle
    PivotViewStyle
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnInitializedAsync()
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotConditionalFormattingStyle : SfDataBoundComponent

    Constructors

    PivotConditionalFormattingStyle()

    Declaration
    public PivotConditionalFormattingStyle()

    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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved