Class PivotViewPagerSettingsBuilder
Inheritance
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPagerSettingsBuilder : ControlBuilder
Constructors
PivotViewPagerSettingsBuilder()
Declaration
public PivotViewPagerSettingsBuilder()
PivotViewPagerSettingsBuilder(PivotViewPagerSettings)
Declaration
public PivotViewPagerSettingsBuilder(PivotViewPagerSettings model)
Parameters
Type | Name | Description |
---|---|---|
PivotViewPagerSettings | model |
Methods
ColumnPageSizes(Double[])
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 PivotViewPagerSettingsBuilder ColumnPageSizes(double[] value)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | value |
Returns
EnableCompactView(Boolean)
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 PivotViewPagerSettingsBuilder EnableCompactView(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
IsInversed(Boolean)
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 PivotViewPagerSettingsBuilder IsInversed(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Position(PagerPosition)
Allows to display the pager UI either at top or bottom of the Pivot Table UI.
Declaration
public PivotViewPagerSettingsBuilder Position(PagerPosition value)
Parameters
Type | Name | Description |
---|---|---|
PagerPosition | value |
Returns
RowPageSizes(Double[])
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 PivotViewPagerSettingsBuilder RowPageSizes(double[] value)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | value |
Returns
ShowColumnPager(Boolean)
Allows to show or hide column paging options in the pager UI.
Declaration
public PivotViewPagerSettingsBuilder ShowColumnPager(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
ShowColumnPageSize(Boolean)
Allows to show column page size information in the pager UI.
Declaration
public PivotViewPagerSettingsBuilder ShowColumnPageSize(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
ShowRowPager(Boolean)
Allows to show or hide row paging options in the pager UI.
Declaration
public PivotViewPagerSettingsBuilder ShowRowPager(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
ShowRowPageSize(Boolean)
Allows to show row page size information in the pager UI.
Declaration
public PivotViewPagerSettingsBuilder ShowRowPageSize(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Template(String)
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 PivotViewPagerSettingsBuilder Template(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |