Items |
The ItemsControllerTItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Items | Gets or sets the items. Used to bind the items to the Gui element. | |
| SelectedIndex | Gets the index of the selected item, or -1 if nothing is selected. | |
| SelectedItem | Gets or sets the selected item. Used to bind the Selecteditem property of the Gui element. | |
| SelectedValue | Gets or sets the selected value. It is not recommended to bind the SelectedValue property of the Gui element to this; better bind the SelectedItem property of the Gui element to SelectedItem. |