ListControl Properties |
The ListControl type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataStore |
Gets or sets the data store for the items of the list control.
|
![]() | ItemKeyBinding |
Gets or sets the binding for the key value of each item.
|
![]() | Items |
Gets the list of items in the control.
|
![]() | ItemTextBinding |
Gets or sets the binding for the text value of each item.
|
![]() | KeyBinding | Obsolete.
Gets or sets the binding for the key value of each item.
|
![]() | SelectedIndex |
Gets or sets the index of the currently selected item in the DataStore |
![]() | SelectedIndexBinding |
Gets the binding to the SelectedIndex property.
|
![]() | SelectedKey |
Gets or sets the key of the selected item in the DataStore.
|
![]() | SelectedKeyBinding |
Gets the binding to the SelectedKey property.
|
![]() | SelectedValue |
Gets or sets the selected object value of the item in DataStore |
![]() | SelectedValueBinding |
Gets the binding to the SelectedValue property.
|
![]() | TextBinding | Obsolete.
Gets or sets the binding for the text value of each item.
|
![]() | TextColor |
Gets or sets the color of the text.
|