Click or drag to resize

ItemsControllerTItem Properties

The ItemsControllerTItem type exposes the following members.

Properties
 NameDescription
Public propertyItems Gets or sets the items. Used to bind the items to the Gui element.
Public propertySelectedIndex Gets the index of the selected item, or -1 if nothing is selected.
Public propertySelectedItem Gets or sets the selected item. Used to bind the Selecteditem property of the Gui element.
Public propertySelectedValue 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.
Top
See Also