Click or drag to resize

ListControlIHandler Interface

Handler interface for the ListControl

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : CommonControlIHandler, 
	ControlIHandler, WidgetIHandler

The ListControlIHandler 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 propertyItemTextBinding
Gets or sets the binding for the text value of each item.
Public propertySelectedIndex
Gets or sets the index of the currently selected item in the DataStore
Public propertyTextColor
Gets or sets the color of the text.
Top
See Also