Class PivotViewPageSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPageSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPageSettingsBuilder : ControlBuilder
Constructors
PivotViewPageSettingsBuilder()
Declaration
public PivotViewPageSettingsBuilder()
PivotViewPageSettingsBuilder(PivotViewPageSettings)
Declaration
public PivotViewPageSettingsBuilder(PivotViewPageSettings model)
Parameters
Methods
ColumnPageSize(Double)
Allows to set the total number of records to be displayed on each page of the pivot table’s column axis.
Declaration
public PivotViewPageSettingsBuilder ColumnPageSize(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
CurrentColumnPage(Double)
Allows to set the current column page number to be displayed in the pivot table.
Declaration
public PivotViewPageSettingsBuilder CurrentColumnPage(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
CurrentRowPage(Double)
Allows to set the current row page number to be displayed in the pivot table.
Declaration
public PivotViewPageSettingsBuilder CurrentRowPage(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
RowPageSize(Double)
Allows to set the total number of records to be displayed on each page of the pivot table’s row axis.
Declaration
public PivotViewPageSettingsBuilder RowPageSize(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns