Click or drag to resize

ListControl Class

Base control binding to a list of items
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ContentPropertyAttribute("Items")]
public abstract class ListControl : CommonControl

The ListControl type exposes the following members.

Constructors
  NameDescription
Protected methodListControl
Initializes a new instance of the ListControl class.
Top
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
Methods
Events
  NameDescription
Public eventSelectedIndexChanged
Occurs when the SelectedIndex changed.
Public eventSelectedKeyChanged
Occurs when the SelectedValue changed.
Public eventSelectedValueChanged
Occurs when the SelectedValue changed.
Top
See Also