ClassTreeListPager
Represents the RedTreeList for ASP.NET AJAX pager control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class TreeListPager : HtmlTableRow
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableRowTreeListPager
Inherited Members
Constructors
TreeListPager()
Initializes a new instance of the TreeListPager class.
Declaration
public TreeListPager()
TreeListPager(Element)
Initializes a new instance of the TreeListPager class.
Properties
CurrentPageIndex
Get or set the current page index of the TreeList.
LocatorExpression
Get the item locator HtmlFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ChangePageSize()
The Advanced Pager 'ChangePageSize' action.
Declaration
public void ChangePageSize()
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
LoadFirstPage()
Initiates a load 'first' paging action to load the first page. Throws InvalidOperationException if the 'first page' button cannot be located.
Declaration
public void LoadFirstPage()
LoadLastPage()
Initiates a load 'last' paging action to load the next page. Throws InvalidOperationException if the 'last page' button cannot be located.
Declaration
public void LoadLastPage()
LoadLiteFirstPage()
Initiates a lightweight load 'first' paging action to load the first page. Throws InvalidOperationException if the lightweight 'first page' button cannot be located.
Declaration
public void LoadLiteFirstPage()
LoadLiteLastPage()
Initiates a lightweight load 'last' paging action to load the next page. Throws InvalidOperationException if the lightweight 'last page' button cannot be located.
Declaration
public void LoadLiteLastPage()
LoadLiteNextPage()
Initiates a lightweight load 'next' paging action to load the next page. Throws InvalidOperationException if the lightweight 'next page' button cannot be located.
Declaration
public void LoadLiteNextPage()
LoadLitePage(int)
Initiates load page action for the given page number. Throws InvalidOperationException if the button with the given number cannot be located.
Declaration
public void LoadLitePage(int pageNumber)
Parameters
pageNumber
The number of the page to be loaded.
LoadLitePreviousPage()
Initiates a lightweight load 'previous' paging action to load the previous page. Throws InvalidOperationException if the lightweight 'previous page' button cannot be located.
Declaration
public void LoadLitePreviousPage()
LoadNextPage()
Initiates a load 'next' paging action to load the next page. Throws InvalidOperationException if the 'next page' button cannot be located.
Declaration
public void LoadNextPage()
LoadNextPages()
Initiates a load lightweight 'next pages' action to load the next pages. Throws InvalidOperationException if the lightweight 'next pages' button cannot be located.
Declaration
public void LoadNextPages()
LoadPage(int)
Initiates load page action for the given page number. Throws InvalidOperationException if the button with the given number cannot be located.
Declaration
public void LoadPage(int pageNumber)
Parameters
pageNumber
The number of the page to be loaded.
LoadPreviousPage()
Initiates a load 'previous' paging action to load the previous page. Throws InvalidOperationException if the 'previous page' button cannot be located.
Declaration
public void LoadPreviousPage()
LoadPreviousPages()
Initiates a load 'previous pages' action to load the previous pages. Throws InvalidOperationException if the 'previous pages' button cannot be located.
Declaration
public void LoadPreviousPages()