menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewVirtualScrollSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Returns
    Type
    PivotViewVirtualScrollSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved