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> |