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
It allows to set the total column count of the pivot table.
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
It allows to set the current column page count displayed in the pivot table.
Declaration
public double CurrentColumnPage { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
CurrentRowPage
It allows to set the current row page count displayed in the pivot table.
Declaration
public double CurrentRowPage { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
RowPageSize
It allows to set the total row count of the pivot table.
Declaration
public double RowPageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 5 |