ClassDataPagerConstants
The ListView string constants.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class DataPagerConstants
Inheritance: objectDataPagerConstants
Fields
CssCurrentPage
The CSS class of the DataPager's currently selected page.
Declaration
public const string CssCurrentPage = "rdpCurrentPage"
Field Value
CssFirstButton
The CSS class of the DataPager's 'first page' button.
Declaration
public const string CssFirstButton = "rdpPageFirst"
Field Value
CssLastButton
The CSS class of the DataPager's 'last page' button.
CssNextButton
The CSS class of the DataPager's next page button.
CssNumberPartDiv
The CSS class of the div wrapping the numbers in the pager.
Declaration
public const string CssNumberPartDiv = "rdpNumPart"
Field Value
CssPageButton
The CSS class of the DataPager's 'Go' button.
Declaration
public const string CssPageButton = "rdpPagerButton"
Field Value
CssPreviousButton
The CSS class of the DataPager's previous button.
Declaration
public const string CssPreviousButton = "rdpPagePrev"
Field Value
CssRadDataPager
The CSS class of the DataPager div wrapper.
Declaration
public const string CssRadDataPager = "RadDataPager_"
Field Value
DataPagerKey
The DataPager key.
PageSizeComboBoxId
The ID of the page size combo box.
Declaration
public const string PageSizeComboBoxId = "PageSizeComboBox"
Field Value
PagerTextBoxId
The ID of the numeric textbox in the pager.
Declaration
public const string PagerTextBoxId = "GoToPageTextBox_wrapper"
Field Value