Classes

  ClassDescription
Public classC1CurrencyInput
Web control specialized for editing currency values. Using the numeric editor, you can specify input without writing any custom validation logic in your application.
Public classC1DateInput
Web control specialized for editing the date and time. C1DateInput control renders a date editor.
Public classC1InputBase
Base abstract class for all C1WebInput controls.
Public classC1MaskedInput
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, C1MaskedInput also serves as the base class for specialized controls such as C1DateInput and C1NumericInput.
Public classC1NumericInput
Web control specialized for editing numeric values. Using the numeric editor, you can specify input without writing any custom validation logic in your application.
Public classC1PercentInput
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.

Delegates

  DelegateDescription
Public delegateC1DateChangedEventHandler
Represents the method that will handle the DateChanged event of the control.
Public delegateC1TextChangedEventHandler
Represents the method that will handle the TextChanged event of the control.
Public delegateC1ValueChangedEventHandler
Represents the method that will handle the ValueChanged event of the control.

Enumerations

  EnumerationDescription
Public enumerationButtonsDisplayPosition
Use the members of this enumeration to display the position of the buttons.
Public enumerationCalendarPopupPositionEnum
Popup position of the C1Calendar control.