alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Style

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

    Inheritance
    object
    Style
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Style

    Constructors

    Style()

    Declaration
    public Style()

    Properties

    BackgroundColor

    It allows to set the background color to the value cell in the pivot table.

    Declaration
    [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
    [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
    [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
    [JsonPropertyName("fontSize")]
    public string FontSize { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved