Class Pager
Implements
System.Web.IHtmlString
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()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class Pager : Control, IHtmlString
Constructors
Pager()
Initializes a new instance of the Pager class.
Declaration
public Pager()
Pager(String, PagerProperties)
Initializes a new instance of the Pager class by the specified id and the Pager properties.
Declaration
public Pager(string id, PagerProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
PagerProperties | propModel |
Properties
Model
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PagerModel
Gets or sets the Pager model object of the Pager properties.
Declaration
public PagerProperties PagerModel { get; set; }
Property Value
Type | Description |
---|---|
PagerProperties |
PluginName
Gets the plugin name of the Pager as 'ejPager'.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagName
Gets the tag name of the Pager element as 'div'.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Represents an HTML-encoded string of the Pager control that should not be encoded again.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
RenderControl(String)
Represents an HTML element of the Pager control.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Overrides
Implements
System.Web.IHtmlString