menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotPagerTemplateContext - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    SfBaseComponent
    SfDataBoundComponent
    PivotViewPageSettings
    PivotPagerTemplateContext
    Inherited Members
    PivotViewPageSettings.ColumnPageSize
    PivotViewPageSettings.CurrentColumnPage
    PivotViewPageSettings.CurrentRowPage
    PivotViewPageSettings.OnInitializedAsync()
    PivotViewPageSettings.OnParametersSetAsync()
    PivotViewPageSettings.RowPageSize
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.SetDataManager<T>(Object)
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved