ClassInputConstants
The RadInput constants used across the source classes.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class InputConstants
Inheritance: objectInputConstants
Fields
CssButtonCell
TextBox table cell button CSS class.
CssError
The input error CSS class.
CssRadInput
The base CSS class of the RadInput wrapper elements.
CssRadInputManager
The Css class of the TextBoxes extended by RadInputManager.
Declaration
public const string CssRadInputManager = "RadInputMgr"
Field Value
CssSingleInputRendering
The input Single Input Rendering CSS class.
Declaration
public const string CssSingleInputRendering = "riSingle"
Field Value
CssSpinButtonCell
NumericTextBox spin buttons table cell CSS class.
CssSpinDown
NumericTextBox spin 'Down' button CSS class.
CssSpinUp
NumericTextBox spin 'Up' button CSS class.
DateInputKey
The DateInput key used across the source classes.
IdTextBoxButton
The TextBox 'Go' button Id.
IdTextBoxLabel
The TextBox built-in label Id.
InputKey
The 'RadInput' key used across the source classes.
NumericTextBoxKey
The NumericTextBox key used across the source classes.
Declaration
public const string NumericTextBoxKey = "RadNumericTextBox"
Field Value
TextBoxKey
The RadTextBox key used across the source classes.