Enum
RadInputControlType

Control type of the Input.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum RadInputControlType

Fields

DateInput

DateInput control type.

Declaration

cs-api-definition
DateInput = 2

Field Value

RadInputControlType

InputManagerTextBox

RadInputManager enhanced textbox control type.

Declaration

cs-api-definition
InputManagerTextBox = 4

Field Value

RadInputControlType

MaskedTextBox

MaskedTextBox control type.

Declaration

cs-api-definition
MaskedTextBox = 3

Field Value

RadInputControlType

NumericTextBox

NumericTextBox control type.

Declaration

cs-api-definition
NumericTextBox = 1

Field Value

RadInputControlType

TextBox

The TextBox control type.

Declaration

cs-api-definition
TextBox = 0

Field Value

RadInputControlType