menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PagerOptions

    Show / Hide Table of Contents

    Class PagerOptions

    Inheritance
    System.Object
    EJTagHelper
    PagerOptions
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PagerOptions : EJTagHelper

    Constructors

    PagerOptions()

    Declaration
    public PagerOptions()

    Properties

    CategoricalCurrentPage

    Declaration
    [JsonProperty("categoricalCurrentPage")]
    public int CategoricalCurrentPage { get; set; }
    Property Value
    Type Description
    System.Int32

    CategoricalPageSize

    Declaration
    [JsonProperty("categoricalPageSize")]
    public int CategoricalPageSize { get; set; }
    Property Value
    Type Description
    System.Int32

    SeriesCurrentPage

    Declaration
    [JsonProperty("seriesCurrentPage")]
    public int SeriesCurrentPage { get; set; }
    Property Value
    Type Description
    System.Int32

    SeriesPageSize

    Declaration
    [JsonProperty("seriesPageSize")]
    public int SeriesPageSize { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved