Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PagerModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PagerModel

    Defines member of the pager.

    Inheritance
    System.Object
    PagerModel
    PagerTemplateContext
    Implements
    System.IEquatable<PagerModel>
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PagerModel : Object, IEquatable<PagerModel>

    Constructors

    PagerModel()

    Declaration
    public PagerModel()

    Properties

    CurrentPage

    Defines the current page number of pager.

    Declaration
    public double CurrentPage { get; set; }
    Property Value
    Type Description
    System.Double

    CustomText

    Defines the customized text to append with numeric items.

    Declaration
    public string CustomText { get; set; }
    Property Value
    Type Description
    System.String

    EnableExternalMessage

    If EnableExternalMessage set to true, then it adds the message to Pager.

    Declaration
    public bool EnableExternalMessage { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePagerMessage

    If AnablePagerMessage set to true, then it adds the pager information.

    Declaration
    public bool EnablePagerMessage { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

    Declaration
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableQueryString

    If EnableQueryString set to true, then it pass current page information as a query string along with the URL while navigating to other page.

    Declaration
    public bool EnableQueryString { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRtl

    Enable or disable rendering component in right to left direction.

    Declaration
    public bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExternalMessage

    Defines the external message of Pager.

    Declaration
    public string ExternalMessage { get; set; }
    Property Value
    Type Description
    System.String

    PageCount

    Defines the number of pages to display in pager container.

    Declaration
    public double PageCount { get; set; }
    Property Value
    Type Description
    System.Double

    PageSize

    Defines the records count of visible page.

    Declaration
    public double PageSize { get; set; }
    Property Value
    Type Description
    System.Double

    PageSizes

    If page sizes set to true or list of values, It renders DropDownList in the pager which allow us to select page size from DropDownList.

    Declaration
    public object PageSizes { get; set; }
    Property Value
    Type Description
    System.Object

    TotalRecordsCount

    Gets or Sets the total records count which is used to render numeric container.

    Declaration
    public double TotalRecordsCount { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Equals(PagerModel)

    Declaration
    public bool Equals(PagerModel pagerModel)
    Parameters
    Type Name Description
    PagerModel pagerModel
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved