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
Allows to set the total number of records to be displayed on each page of the pivot table’s column axis.
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
Allows to set the current column page number to be displayed in the pivot table.
Declaration
public double CurrentColumnPage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1 |
CurrentRowPage
Allows to set the current row page number to be displayed in the pivot table.
Declaration
public double CurrentRowPage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 1 |
RowPageSize
Allows to set the total number of records to be displayed on each page of the pivot table’s row axis.
Declaration
public double RowPageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 5 |