menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Style - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Style

    Allows the style information to cusotmize the pivot table cell apprearance.

    Inheritance
    System.Object
    Style
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Style : Object

    Constructors

    Style()

    Declaration
    public Style()

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