menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewVirtualScrollSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PivotViewVirtualScrollSettings
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewVirtualScrollSettings : EJTagHelper

    Constructors

    PivotViewVirtualScrollSettings()

    Declaration
    public PivotViewVirtualScrollSettings()

    Properties

    AllowSinglePage

    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 bool AllowSinglePage { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved