C1.Web.Wijmo.Controls.C1Input Namespace
In This Topic
Classes
| Class | Description |
| C1InputBase | Base class for C1InputMask, C1InputDate, C1InputText, C1InputNumber, C1InputCurrency and C1InputPercent. |
| C1InputCurrency | Web control specialized for editing currency values. Using the numeric editor, you can specify input without writing any custom validation logic in your application. |
| C1InputDate | An input control that allows the date time value editing. |
| C1InputMask | The main Web control used for entering and editing information of any data type in a text form. Supports data formatting, edit mask, data validation and other features. Supports formatted and masked editing of all data types, including additional functionality. Apart from being the main data editor control, C1InputMask also serves as the base class for specialized controls such as C1DateInput and C1NumericInput. |
| C1InputNumber | Abstract base class for C1InputCurrency, C1InputNumeric and C1InputPercent. |
| C1InputNumeric | Web control specialized for editing numeric values. Using the numeric editor, you can specify input without writing any custom validation logic in your application. |
| C1InputPercent | Web control derived from C1NumericInput specialized for editing percent values. Using the numeric editor, you can specify input without writing any custom validation logic in your application. |
| C1InputText | The main Web control used for entering and editing information of any data type in a text form. |
| C1MaskedTextProvider | C1MaskedTextProvider. Custom wrapper for MaskedTextProvider. |
| DatePicker | Sepcifes the setings of the dropdown date picker. |
| DatePickers | Specifies the setings of the dropdown list and dropdown calendar. |
| DropDownCalendar | Sepcifes the setings of the dropdown calendar. |
| LocalizationOption | Localization strings. |
| Pickers | Specifies the settings of the drop down list. |
| TimePicker | Sepcifes the setings of the dropdown time picker. |
Delegates
Enumerations
| Enumeration | Description |
| BlurOnLeftRightKey | Specifies the action for left / right arrow key |
| ButtonAlign | Enumeration that determines the alignment of trigger and spinner buttons of input. |
| EllipsisMode | Specifies the mode of the ellipsis (...) to display. |
| FormatMode | Enumeration that determines the format mode of the mask format. |
| HighlightText | Specifies the type of selection text in control |
| ImeMode | Specifies whether IME mode should be supported. |
| NumberType | Enumeration that determines the type of the number input. |
| SpinnerAlign | Enumeration that determines the alignment of spinner buttons of input. |
| TabAction | Specifies how the tab key works |
See Also