Inheritance
System.Object
Pager
Assembly: Syncfusion.EJ2.dll
public class Pager : EJTagHelper
Constructors
Declaration
Properties
Declaration
protected override string ClassName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Triggers when click on the numeric items.
Declaration
public object Click { get; set; }
Property Value
Type |
Description |
System.Object |
|
Triggers when Pager is created.
Declaration
public object Created { get; set; }
Property Value
Type |
Description |
System.Object |
|
Defines the current page number of pager.
Declaration
public double CurrentPage { get; set; }
Property Value
Type |
Description |
System.Double |
|
Defines the customized text to append with numeric items.
Declaration
public string CustomText { get; set; }
Property Value
Type |
Description |
System.String |
|
Triggers after pageSize is selected in DropDownList.
Declaration
public object DropDownChanged { get; set; }
Property Value
Type |
Description |
System.Object |
|
If enableExternalMessage
set to true, then it adds the message to Pager.
Declaration
public bool EnableExternalMessage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
If enablePagerMessage
set to true, then it adds the pager information.
Declaration
public bool EnablePagerMessage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
Enable or disable rendering component in right to left direction.
Declaration
public bool EnableRtl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Defines the external message of Pager.
Declaration
public string ExternalMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Allows additional HTML attributes such as title, name, etc., and
accepts n number of attributes in a key-value pair format.
Declaration
public object HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
protected override bool IsFor { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override string NameSpace { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Defines the number of pages to display in pager container.
Declaration
public double PageCount { get; set; }
Property Value
Type |
Description |
System.Double |
|
Defines the records count of visible page.
Declaration
public double PageSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
If pageSizes
set to true or Array of values,
It renders DropDownList in the pager which allow us to select pageSize from DropDownList.
Declaration
public object PageSizes { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
protected override string TagName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Defines the template as string or HTML element ID which renders customized elements in pager instead of default elements.
Declaration
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|