Class PageSettings
Allows to set the page infomration to display the pivot table with specific page during virual scrolling.
Inheritance
System.Object
PageSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public class PageSettings
Constructors
PageSettings()
Declaration
public PageSettings()
Properties
ColumnPageSize
Gets or sets the total column count of the pivot table.
Declaration
public int ColumnPageSize { get; set; }
Property Value
Type |
---|
System.Int32 |
CurrentColumnPage
Gets or sets the current column page count displayed in the pivot table.
Declaration
public int CurrentColumnPage { get; set; }
Property Value
Type |
---|
System.Int32 |
CurrentRowPage
Gets or sets the current row page count displayed in the pivot table.
Declaration
public int CurrentRowPage { get; set; }
Property Value
Type |
---|
System.Int32 |
RowPageSize
Gets or sets the total row count of the Pivot Table.
Declaration
public int RowPageSize { get; set; }
Property Value
Type |
---|
System.Int32 |