ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewStyleBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotViewStyleBuilder

    Inheritance
    System.Object
    ControlBuilder
    PivotViewStyleBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewStyleBuilder : ControlBuilder

    Constructors

    PivotViewStyleBuilder()

    Declaration
    public PivotViewStyleBuilder()

    PivotViewStyleBuilder(PivotViewStyle)

    Declaration
    public PivotViewStyleBuilder(PivotViewStyle model)
    Parameters
    Type Name Description
    PivotViewStyle model

    Methods

    BackgroundColor(String)

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

    Declaration
    public PivotViewStyleBuilder BackgroundColor(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    PivotViewStyleBuilder

    Color(String)

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

    Declaration
    public PivotViewStyleBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    PivotViewStyleBuilder

    FontFamily(String)

    It allows to set the font family to the value cell in the pivot table.

    Declaration
    public PivotViewStyleBuilder FontFamily(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    PivotViewStyleBuilder

    FontSize(String)

    It allows to set the font size to the value cell in the pivot table.

    Declaration
    public PivotViewStyleBuilder FontSize(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    PivotViewStyleBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved