Class PivotViewVirtualScrollSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewVirtualScrollSettingsBuilder
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewVirtualScrollSettingsBuilder : ControlBuilder
Constructors
PivotViewVirtualScrollSettingsBuilder()
Declaration
public PivotViewVirtualScrollSettingsBuilder()
PivotViewVirtualScrollSettingsBuilder(PivotViewVirtualScrollSettings)
Declaration
public PivotViewVirtualScrollSettingsBuilder(PivotViewVirtualScrollSettings model)
Parameters
Type | Name | Description |
---|---|---|
PivotViewVirtualScrollSettings | model |
Methods
AllowSinglePage(Boolean)
Allows to show only the current view page while performing virtual scrolling, or also show the previous and next page in the pivot table. By rendering only the rows and columns relevant to the current view port for display in the pivot table, it improves the pivot table's performance.
Declaration
public PivotViewVirtualScrollSettingsBuilder AllowSinglePage(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |