Class InputConstants
Inheritance
System.Object
InputConstants
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 InputConstants
Fields
CssButtonCell
Declaration
public const string CssButtonCell = "riBtn"
Field Value
System.String
|
CssError
Declaration
public const string CssError = "riError"
Field Value
System.String
|
CssRadInput
Declaration
public const string CssRadInput = "RadInput"
Field Value
System.String
|
CssRadInputManager
Declaration
public const string CssRadInputManager = "RadInputMgr"
Field Value
System.String
|
CssSingleInputRendering
Declaration
public const string CssSingleInputRendering = "riSingle"
Field Value
System.String
|
CssSpinButtonCell
Declaration
public const string CssSpinButtonCell = "riSpin"
Field Value
System.String
|
CssSpinDown
Declaration
public const string CssSpinDown = "riDown"
Field Value
System.String
|
CssSpinUp
Declaration
public const string CssSpinUp = "riUp"
Field Value
System.String
|
DateInputKey
Declaration
public const string DateInputKey = "RadDateInput"
Field Value
System.String
|
IdTextBoxButton
Declaration
public const string IdTextBoxButton = "_GoButton"
Field Value
System.String
|
IdTextBoxLabel
Declaration
public const string IdTextBoxLabel = "_Label"
Field Value
System.String
|
InputKey
Declaration
public const string InputKey = "RadInput"
Field Value
System.String
|
NumericTextBoxKey
Declaration
public const string NumericTextBoxKey = "RadNumericTextBox"
Field Value
System.String
|
TextBoxKey
Declaration
public const string TextBoxKey = "RadTextBox"
Field Value
System.String
|