menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewPageSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotViewPageSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewPageSettingsBuilder
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewPageSettingsBuilder : ControlBuilder

    Constructors

    PivotViewPageSettingsBuilder()

    Declaration
    public PivotViewPageSettingsBuilder()

    PivotViewPageSettingsBuilder(PivotViewPageSettings)

    Declaration
    public PivotViewPageSettingsBuilder(PivotViewPageSettings model)
    Parameters
    Type Name Description
    PivotViewPageSettings model

    Methods

    ColumnPageSize(Double)

    It allows to set the total column count of the pivot table.

    Declaration
    public PivotViewPageSettingsBuilder ColumnPageSize(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPageSettingsBuilder

    CurrentColumnPage(Double)

    It allows to set the current column page count displayed in the pivot table.

    Declaration
    public PivotViewPageSettingsBuilder CurrentColumnPage(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPageSettingsBuilder

    CurrentRowPage(Double)

    It allows to set the current row page count displayed in the pivot table.

    Declaration
    public PivotViewPageSettingsBuilder CurrentRowPage(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPageSettingsBuilder

    RowPageSize(Double)

    It allows to set the total row count of the pivot table.

    Declaration
    public PivotViewPageSettingsBuilder RowPageSize(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PivotViewPageSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved