menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewPagerSettings

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

    Constructors

    PivotViewPagerSettings()

    Declaration
    public PivotViewPagerSettings()

    Properties

    ColumnPageSizes

    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 double[] ColumnPageSizes { get; set; }
    Property Value
    Type Description
    System.Double[]

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

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

    EnableCompactView

    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 bool EnableCompactView { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    IsInversed

    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 bool IsInversed { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Position

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

    Declaration
    public PagerPosition Position { get; set; }
    Property Value
    Type Description
    PagerPosition

    The default value is PagerPosition.Bottom

    RowPageSizes

    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 double[] RowPageSizes { get; set; }
    Property Value
    Type Description
    System.Double[]

    The default value is null

    ShowColumnPager

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

    Declaration
    public bool ShowColumnPager { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    ShowColumnPageSize

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

    Declaration
    public bool ShowColumnPageSize { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    ShowRowPager

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

    Declaration
    public bool ShowRowPager { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    ShowRowPageSize

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

    Declaration
    public bool ShowRowPageSize { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Template

    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 string Template { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

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