Click or drag to resize

ListControl Properties

The ListControl type exposes the following members.

Properties
  NameDescription
Public propertyDataStore
Gets or sets the data store for the items of the list control.
Public propertyItemKeyBinding
Gets or sets the binding for the key value of each item.
Public propertyItems
Gets the list of items in the control.
Public propertyItemTextBinding
Gets or sets the binding for the text value of each item.
Public propertyKeyBinding Obsolete.
Gets or sets the binding for the key value of each item.
Public propertySelectedIndex
Gets or sets the index of the currently selected item in the DataStore
Public propertySelectedIndexBinding
Gets the binding to the SelectedIndex property.
Public propertySelectedKey
Gets or sets the key of the selected item in the DataStore.
Public propertySelectedKeyBinding
Gets the binding to the SelectedKey property.
Public propertySelectedValue
Gets or sets the selected object value of the item in DataStore
Public propertySelectedValueBinding
Gets the binding to the SelectedValue property.
Public propertyTextBinding Obsolete.
Gets or sets the binding for the text value of each item.
Public propertyTextColor
Gets or sets the color of the text.
Top
See Also