ClassKendoPager
KendoPager control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoPager : KendoUIControlBase
Inheritance: objectControlHtmlControlKendoUIControlBaseKendoPager
Inherited Members
Constructors
KendoPager()
Initializes a new instance of the KendoPager class.
Declaration
public KendoPager()
KendoPager(Element)
Initializes a new instance of the KendoPager class.
Properties
ClientSideLocator
Gets the client-side code that defines the KendoPager
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Pages
Collection containing pages of the pager
Declaration
public IList<HtmlContainerControl> Pages { get; }
Property Value
PagesCount
The number of the pages shown in the pager
SelectedPage
String representing the selected page. string is selected (not int) to be compatible with future enhancements
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides
SelectPage(string)
Select a page by page title