menu

ASP.NET Core

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

    Show / Hide Table of Contents

    Class PagerProperties

    Inheritance
    System.Object
    EJTagHelper
    PagerProperties
    Inherited Members
    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.dll
    Syntax
    public class PagerProperties : EJTagHelper

    Constructors

    PagerProperties()

    Declaration
    public PagerProperties()

    Properties

    Change

    Event gets fired when Pager current page value of the pager is changed.

    Declaration
    [JsonProperty("change")]
    public string Change { get; set; }
    Property Value
    Type Description
    System.String

    Click

    Event gets fired when Pager element is clicked.

    Declaration
    [JsonProperty("click")]
    public string Click { get; set; }
    Property Value
    Type Description
    System.String

    Create

    Event gets fired when Pager control is created.

    Declaration
    [JsonProperty("create")]
    public string Create { get; set; }
    Property Value
    Type Description
    System.String

    CssClass

    Specifies the root CSS class to Pager for theme customization with specified string argument..

    Declaration
    [JsonProperty("cssClass")]
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    CurrentPage

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

    CustomText

    Specifies the Custom Text to be added to the numeric elements in pager with specified string argument.

    Declaration
    [JsonProperty("customText")]
    public string CustomText { get; set; }
    Property Value
    Type Description
    System.String

    Destroy

    Event gets fired when Pager control current is destroyed.

    Declaration
    [JsonProperty("destroy")]
    public string Destroy { get; set; }
    Property Value
    Type Description
    System.String

    Enabled

    Allows the pager to respond for user interaction with specified boolean value.

    Declaration
    [JsonProperty("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableExternalMessage

    Specifies whether to display external Message of pager or not.

    Declaration
    [JsonProperty("enableExternalMessage")]
    public bool EnableExternalMessage { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableQueryString

    Specifies whether to pass the current page information as a query string along with the URL while navigating to other page.

    Declaration
    [JsonProperty("enableQueryString")]
    public bool EnableQueryString { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRTL

    Specifies to align content in the pager control from right to left .

    Declaration
    [JsonProperty("enableRTL")]
    public bool EnableRTL { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExternalMessage

    Specifies the External message to be displayed in the pager.

    Declaration
    [JsonProperty("externalMessage")]
    public string ExternalMessage { get; set; }
    Property Value
    Type Description
    System.String

    IsResponsive

    Specifies whether the pager should be responsive while resizing the window of the browser.

    Declaration
    [JsonProperty("isResponsive")]
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    Locale

    Localize pager page info to specified localization.

    Declaration
    [JsonProperty("locale")]
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    PageCount

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

    PageSize

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

    PageSizeList

    Declaration
    [JsonProperty("pageSizeList")]
    public List<int> PageSizeList { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Int32>

    PageSizeMessage

    Specifies the Pagesize message to be displayed in the pager when pagesize value contains more than one value.

    Declaration
    [JsonProperty("pageSizeMessage")]
    public string PageSizeMessage { get; set; }
    Property Value
    Type Description
    System.String

    PageSizeSelected

    Event gets fired when Pager pageSize value is changed on the dropdown list.

    Declaration
    [JsonProperty("pageSizeSelected")]
    public string PageSizeSelected { get; set; }
    Property Value
    Type Description
    System.String

    ShowGoToPage

    Specifies whether to display gotopage text box for navigating between the pages in the pager.

    Declaration
    [JsonProperty("showGoToPage")]
    public bool ShowGoToPage { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowPageInfo

    Specifies whether to display Pager information in the pager.

    Declaration
    [JsonProperty("showPageInfo")]
    public bool ShowPageInfo { get; set; }
    Property Value
    Type Description
    System.Boolean

    TotalPages

    Declaration
    [JsonProperty("totalPages")]
    public int? TotalPages { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    TotalRecordsCount

    Declaration
    [JsonProperty("totalRecordsCount")]
    public int? TotalRecordsCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved