Class PivotPagerTemplateContext
Represents the context for Template that provides the pivot table's rows and columns page information, such as current page, page size, and total number of pages.
Inheritance
System.Object
PivotPagerTemplateContext
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotPagerTemplateContext : PivotViewPageSettings
Constructors
PivotPagerTemplateContext()
Declaration
public PivotPagerTemplateContext()
Properties
ColumnCount
Gets the total number of columns in the pivot table.
Declaration
public int ColumnCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The total number of columns in the pivot table. |
RowCount
Gets the total number of rows in the pivot table.
Declaration
public int RowCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The total number of rows in the pivot table. |