| Member | Description |
|---|---|
Constructor |
Constructor |
SelectedIndexChanged |
Fires whenever the control's selected index changes |
ValueChanged |
Fires whenever the control's value changes |
DataBind |
Causes data bindings to get generated or refreshed public sealed void DataBind(); |
PopulateList |
Populates the list view with data public void PopulateList(); |
AddEmptyItem |
Defines whether or not an empty item should be added to the list when the list is bound. |
ColorStyle |
Control's color style |
ControlSource |
Name of the object/field/property to bind to |
DataMember |
Control's data member |
DataSource |
Control's data source |
DelayBinding |
Defines whether data binding is supposed to happen immediately, |
DisplayMember |
Control's display member |
EmptyFieldLabel |
Label of the 'empty' entry |
EmptyFieldValueType |
Value type to be used for the empty record |
ListItems |
List item collection |
ListSource |
Name of the object to dind the list to |
Value |
Current value |
ValueMember |
Control's value member |