menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewPageSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PivotViewPageSettings
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewPageSettings : EJTagHelper

    Constructors

    PivotViewPageSettings()

    Declaration
    public PivotViewPageSettings()

    Properties

    ColumnPageSize

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

    Declaration
    public double ColumnPageSize { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 5

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    CurrentColumnPage

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

    Declaration
    public double CurrentColumnPage { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    CurrentRowPage

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

    Declaration
    public double CurrentRowPage { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    RowPageSize

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

    Declaration
    public double RowPageSize { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 5

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved