Class PivotViewPagerSettings
Inheritance
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 |