Defines member of the pager.
Inheritance
System.Object
PagerModel
Assembly: Syncfusion.Blazor.dll
public class PagerModel : Object, IEquatable<PagerModel>
Constructors
Declaration
Properties
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 |
|
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 AnablePagerMessage 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 |
|
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 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 |
|
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
Declaration
public bool Equals(PagerModel pagerModel)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>