Class PagingControl
Inheritance
System.Object
PagingControl
Implements
IPostBackEventHandler
Assembly: DotNetNuke.dll
Syntax
public class PagingControl : WebControl
Fields
|
Improve this Doc
View Source
cellDisplayLinks
Declaration
protected TableCell cellDisplayLinks
Field Value
Type |
Description |
TableCell |
|
|
Improve this Doc
View Source
cellDisplayStatus
Declaration
protected TableCell cellDisplayStatus
Field Value
Type |
Description |
TableCell |
|
|
Improve this Doc
View Source
PageNumbers
Declaration
protected Repeater PageNumbers
Field Value
Type |
Description |
Repeater |
|
|
Improve this Doc
View Source
tablePageNumbers
Declaration
protected Table tablePageNumbers
Field Value
Properties
|
Improve this Doc
View Source
CSSClassLinkActive
Declaration
public string CSSClassLinkActive { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CSSClassLinkInactive
Declaration
public string CSSClassLinkInactive { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CSSClassPagingStatus
Declaration
public string CSSClassPagingStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CurrentPage
Declaration
public int CurrentPage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Mode
Declaration
public PagingControlMode Mode { get; set; }
Property Value
|
Improve this Doc
View Source
PageSize
Declaration
public int PageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QuerystringParams
Declaration
public string QuerystringParams { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TabID
Declaration
public int TabID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalRecords
Declaration
public int TotalRecords { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
CreateChildControls()
Declaration
protected override void CreateChildControls()
|
Improve this Doc
View Source
OnPageChanged(EventArgs)
Declaration
protected void OnPageChanged(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
|
Improve this Doc
View Source
RaisePostBackEvent(String)
Declaration
public void RaisePostBackEvent(string eventArgument)
Parameters
Type |
Name |
Description |
System.String |
eventArgument |
|
|
Improve this Doc
View Source
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter output)
Parameters
Type |
Name |
Description |
HtmlTextWriter |
output |
|
Events
|
Improve this Doc
View Source
PageChanged
Declaration
public event EventHandler PageChanged
Event Type
Type |
Description |
EventHandler |
|
Implements
IPostBackEventHandler
Extension Methods