Class PivotViewPageSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPageSettingsBuilder
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPageSettingsBuilder : ControlBuilder
Constructors
PivotViewPageSettingsBuilder()
Declaration
public PivotViewPageSettingsBuilder()
PivotViewPageSettingsBuilder(PivotViewPageSettings)
Declaration
public PivotViewPageSettingsBuilder(PivotViewPageSettings model)
Parameters
Type | Name | Description |
---|---|---|
PivotViewPageSettings | model |
Methods
ColumnPageSize(Double)
It allows to set the total column count of the pivot table.
Declaration
public PivotViewPageSettingsBuilder ColumnPageSize(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
CurrentColumnPage(Double)
It allows to set the current column page count displayed in the pivot table.
Declaration
public PivotViewPageSettingsBuilder CurrentColumnPage(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
CurrentRowPage(Double)
It allows to set the current row page count displayed in the pivot table.
Declaration
public PivotViewPageSettingsBuilder CurrentRowPage(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
RowPageSize(Double)
It allows to set the total row count of the pivot table.
Declaration
public PivotViewPageSettingsBuilder RowPageSize(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |