menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewPagerSettingsBuilder

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

    Constructors

    PivotViewPagerSettingsBuilder()

    Declaration
    public PivotViewPagerSettingsBuilder()

    PivotViewPagerSettingsBuilder(PivotViewPagerSettings)

    Declaration
    public PivotViewPagerSettingsBuilder(PivotViewPagerSettings model)
    Parameters
    Type Name Description
    PivotViewPagerSettings model

    Methods

    ColumnPageSizes(Double[])

    Allows you to choose from a variety of page sizes in the paging UI that can be used to display the pivot table's columns.

    Declaration
    public PivotViewPagerSettingsBuilder ColumnPageSizes(double[] value)
    Parameters
    Type Name Description
    System.Double[] value
    Returns
    Type
    PivotViewPagerSettingsBuilder

    EnableCompactView(Boolean)

    Allows the paging UI to be displayed with the absolute minimum of information by hiding all paging data except for the navigation options.

    Declaration
    public PivotViewPagerSettingsBuilder EnableCompactView(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PivotViewPagerSettingsBuilder

    IsInversed(Boolean)

    When the property is set to “true”, it allows to display the row and column paging options as vice versa.

    In pager UI, paging options for column axis will be shown at left-side and for row will be shown at right-side.

    Declaration
    public PivotViewPagerSettingsBuilder IsInversed(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PivotViewPagerSettingsBuilder

    Position(PagerPosition)

    Allows to display the pager UI either at top or bottom of the Pivot Table UI.

    Declaration
    public PivotViewPagerSettingsBuilder Position(PagerPosition value)
    Parameters
    Type Name Description
    PagerPosition value
    Returns
    Type
    PivotViewPagerSettingsBuilder

    RowPageSizes(Double[])

    Allows you to choose from a variety of page sizes in the paging UI that can be used to display the pivot table's rows.

    Declaration
    public PivotViewPagerSettingsBuilder RowPageSizes(double[] value)
    Parameters
    Type Name Description
    System.Double[] value
    Returns
    Type
    PivotViewPagerSettingsBuilder

    ShowColumnPager(Boolean)

    Allows to show or hide column paging options in the pager UI.

    Declaration
    public PivotViewPagerSettingsBuilder ShowColumnPager(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PivotViewPagerSettingsBuilder

    ShowColumnPageSize(Boolean)

    Allows to show column page size information in the pager UI.

    Declaration
    public PivotViewPagerSettingsBuilder ShowColumnPageSize(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PivotViewPagerSettingsBuilder

    ShowRowPager(Boolean)

    Allows to show or hide row paging options in the pager UI.

    Declaration
    public PivotViewPagerSettingsBuilder ShowRowPager(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PivotViewPagerSettingsBuilder

    ShowRowPageSize(Boolean)

    Allows to show row page size information in the pager UI.

    Declaration
    public PivotViewPagerSettingsBuilder ShowRowPageSize(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PivotViewPagerSettingsBuilder

    Template(String)

    Allows the pager UI to be customized by using an HTML string or the element's ID to display custom elements instead of the standard ones.

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