C1InputPanel has an Items property to provide access to the collection of InputComponent objects. These objects can be added using the designer, C1InputPanel Item Collection Editor or programmatically
This section provides a visual and descriptive overview of the elements that comprise the C1InputPanel control. Each topic contains a brief overview about the element and how it is used in the C1InputPanel control.
Each input component has the following main properties:
The following table lists the components and describes their functions:
| Property | Description |
|---|---|
| InputGroupHeader | Group header in a C1InputPanel control. |
| InputButton | Represents a button element in a C1InputPanel control. |
| InputCheckBox | Represents a check box element in a C1InputPanel control. |
| InputComboBox | Represents a combo box element in a C1InputPanel control. |
| InputDataNavigator | Represents a data navigator element in a C1InputPanel control. |
| InputDatePicker | Represents a date-picker element in a C1InputPanel control. Allows the user to select a date. |
| InputImage | Image in a C1InputPanel control. |
| InputLabel | Label in a C1InputPanel control. |
| InputHtmlLabel | HTML Label in a C1InputPanel control. |
| InputMaskedTextBox | Represents a masked text box element in a C1InputPanel control. |
| InputMenu | Represents a menu element in a C1InputPanel control. |
| InputNumericBox | Represents a numeric box element in a C1InputPanel control. |
| InputProgressBar | Represents a progress bar element in a C1InputPanel control. |
| InputRadioButton | Represents a radio button element in a C1InputPanel control. |
| InputSeparator | Represents a line used to separate items in a C1InputPanel control. |
| InputSplitButton | Represents a split button element in a C1InputPanel control. |
| InputTextBox | Represents a text box element in a C1InputPanel control. |
| InputTimePicker | Represents a time picker element in a C1InputPanel control |
| InputTrackBar | Represents a slider element in a C1InputPanel control. |
| InputControlHost | Represents a control host in a C1InputPanel control. |