Class
DataPagerConstants

The ListView string constants.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class DataPagerConstants

Inheritance: objectDataPagerConstants

Fields

CssCurrentPage

The CSS class of the DataPager's currently selected page.

Declaration

cs-api-definition
public const string CssCurrentPage = "rdpCurrentPage"

Field Value

string

CssFirstButton

The CSS class of the DataPager's 'first page' button.

Declaration

cs-api-definition
public const string CssFirstButton = "rdpPageFirst"

Field Value

string

CssLastButton

The CSS class of the DataPager's 'last page' button.

Declaration

cs-api-definition
public const string CssLastButton = "rdpPageLast"

Field Value

string

CssNextButton

The CSS class of the DataPager's next page button.

Declaration

cs-api-definition
public const string CssNextButton = "rdpPageNext"

Field Value

string

CssNumberPartDiv

The CSS class of the div wrapping the numbers in the pager.

Declaration

cs-api-definition
public const string CssNumberPartDiv = "rdpNumPart"

Field Value

string

CssPageButton

The CSS class of the DataPager's 'Go' button.

Declaration

cs-api-definition
public const string CssPageButton = "rdpPagerButton"

Field Value

string

CssPreviousButton

The CSS class of the DataPager's previous button.

Declaration

cs-api-definition
public const string CssPreviousButton = "rdpPagePrev"

Field Value

string

CssRadDataPager

The CSS class of the DataPager div wrapper.

Declaration

cs-api-definition
public const string CssRadDataPager = "RadDataPager_"

Field Value

string

DataPagerKey

The DataPager key.

Declaration

cs-api-definition
public const string DataPagerKey = "RadDataPager"

Field Value

string

PageSizeComboBoxId

The ID of the page size combo box.

Declaration

cs-api-definition
public const string PageSizeComboBoxId = "PageSizeComboBox"

Field Value

string

PagerTextBoxId

The ID of the numeric textbox in the pager.

Declaration

cs-api-definition
public const string PagerTextBoxId = "GoToPageTextBox_wrapper"

Field Value

string