Class RadDataPager
Inherited Members
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: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadDataPager : HtmlContainerControl
Constructors
RadDataPager()
Declaration
public RadDataPager()
RadDataPager(Element)
Properties
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
CurrentPageIndex
Declaration
public int CurrentPageIndex { get; set; }
Property Value
System.Int32
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
PageCount
Declaration
public int PageCount { get; }
Property Value
System.Int32
|
PagerNumericTextBox
PageSize
Declaration
public int PageSize { get; set; }
Property Value
System.Int32
|
PageSizeCombo
RenderMode
TotalRowCount
Declaration
public int TotalRowCount { get; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
ControlAssert()
FirstPage()
Declaration
public void FirstPage()
LastPage()
Declaration
public void LastPage()
LoadPage(Int32)
Declaration
public void LoadPage(int pageNumber)
Parameters
System.Int32
pageNumber
|
NextPage()
Declaration
public void NextPage()
NextPages()
Declaration
public void NextPages()
Page()
Declaration
public void Page()
PreviousPage()
Declaration
public void PreviousPage()
PreviousPages()
Declaration
public void PreviousPages()