DataPagerConstants Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The ListView string constants.
Inheritance Hierarchy

SystemObject
  Telerik.WebAii.Controls.HtmlDataPagerConstants

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public static class DataPagerConstants

The DataPagerConstants type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberCssCurrentPage
The CSS class of the DataPager's currently selected page.
Public fieldStatic memberCssFirstButton
The CSS class of the DataPager's 'first page' button.
Public fieldStatic memberCssLastButton
The CSS class of the DataPager's 'last page' button.
Public fieldStatic memberCssNextButton
The CSS class of the DataPager's next page button.
Public fieldStatic memberCssNumberPartDiv
The CSS class of the div wrapping the numbers in the pager.
Public fieldStatic memberCssPageButton
The CSS class of the DataPager's 'Go' button.
Public fieldStatic memberCssPreviousButton
The CSS class of the DataPager's previous button.
Public fieldStatic memberCssRadDataPager
The CSS class of the DataPager div wrapper.
Public fieldStatic memberDataPagerKey
The DataPager key.
Public fieldStatic memberPagerTextBoxId
The ID of the numeric textbox in the pager.
Public fieldStatic memberPageSizeComboBoxId
The ID of the page size combo box.
Top
See Also

Reference