Inheritance
System.Object
PagerProperties
Inherited Members
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()
Assembly: Syncfusion.EJ.dll
public class PagerProperties : EJTagHelper
Constructors
Declaration
Properties
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 |
|
Event gets fired when Pager element is clicked.
Declaration
[JsonProperty("click")]
public string Click { get; set; }
Property Value
Type |
Description |
System.String |
|
Event gets fired when Pager control is created.
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Declaration
[JsonProperty("currentPage")]
public int CurrentPage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
Event gets fired when Pager control current is destroyed.
Declaration
[JsonProperty("destroy")]
public string Destroy { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Specifies whether to display external Message of pager or not.
Declaration
[JsonProperty("enableExternalMessage")]
public bool EnableExternalMessage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
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 |
|
Specifies the External message to be displayed in the pager.
Declaration
[JsonProperty("externalMessage")]
public string ExternalMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Localize pager page info to specified localization.
Declaration
[JsonProperty("locale")]
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[JsonProperty("pageCount")]
public int PageCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[JsonProperty("pageSize")]
public int PageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[JsonProperty("pageSizeList")]
public List<int> PageSizeList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
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 |
|
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 |
|
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 |
|
Specifies whether to display Pager information in the pager.
Declaration
[JsonProperty("showPageInfo")]
public bool ShowPageInfo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("totalPages")]
public int? TotalPages { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
[JsonProperty("totalRecordsCount")]
public int? TotalRecordsCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Methods
Declaration
protected override object GetControlDetails()
Returns
Type |
Description |
System.Object |
|
Overrides