Class DataPagerConstants
Inheritance
System.Object
DataPagerConstants
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: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public static class DataPagerConstants
Fields
CssCurrentPage
Declaration
public const string CssCurrentPage = "rdpCurrentPage"
Field Value
System.String
|
CssFirstButton
Declaration
public const string CssFirstButton = "rdpPageFirst"
Field Value
System.String
|
CssLastButton
Declaration
public const string CssLastButton = "rdpPageLast"
Field Value
System.String
|
CssNextButton
Declaration
public const string CssNextButton = "rdpPageNext"
Field Value
System.String
|
CssNumberPartDiv
Declaration
public const string CssNumberPartDiv = "rdpNumPart"
Field Value
System.String
|
CssPageButton
Declaration
public const string CssPageButton = "rdpPagerButton"
Field Value
System.String
|
CssPreviousButton
Declaration
public const string CssPreviousButton = "rdpPagePrev"
Field Value
System.String
|
CssRadDataPager
Declaration
public const string CssRadDataPager = "RadDataPager_"
Field Value
System.String
|
DataPagerKey
Declaration
public const string DataPagerKey = "RadDataPager"
Field Value
System.String
|
PagerTextBoxId
Declaration
public const string PagerTextBoxId = "GoToPageTextBox_wrapper"
Field Value
System.String
|
PageSizeComboBoxId
Declaration
public const string PageSizeComboBoxId = "PageSizeComboBox"
Field Value
System.String
|