To add the third group of input components to the InputPanel using the C1InputPanel Item Collection Editor, complete the following:
- Select InputGroupHeader from the drop-down list box and click Add. Set its Text property to "Job Information".
- Select InputLabel from the drop-down list box and click Add. Set its Text property to "Title:".
- Select InputTextBox from the drop-down list box and click Add. Expand its DataBindings node and set its Text property to “bindingSource1-Title”.
- Select InputLabel from the drop-down list box and click Add. Set its Text property to "HireDate:".
- Select InputDatePicker from the drop-down list box and click Add. Expand its DataBindings node and set its Value property to” bindingSource1-HireDate”. Set its ValueIsNull property to False.
- Select InputLabel from the drop-down list box and click Add. Set its Text property to "Reports To:".
- Select InputComboBox from the drop-down list box and click Add. Expand its DataBindings node and set its SelectedValue property to bindingSource1-ReportsTo, DataSource property to BindingSource1, DisplayMember property to LastName, FormattingEnabled to True, and ValueMember to EmployeeID.