public class ListControlBinding : DataControlBinding<Object>Public Class ListControlBinding
Inherits DataControlBinding(Of Object)type ListControlBinding =
class
inherit DataControlBinding<Object>
end| ListControlBinding | Initializes a new instance of the ListControlBinding class. |
| Data | To be completed |
| DataSource | |
| DisplayColumn | |
| DisplayMember | |
| DisplayValues | |
| Extender | (Inherited from DataControlBindingT) |
| ListOrderBy | |
| ListSource | |
| ListWhere | |
| ValueColumn | |
| ValueMember | |
| Values |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| SelectedValueChanged | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| ValueChanged | (Inherited from DataControlBindingT) |
| BindDisplayValues | |
| BindListSource | |
| BindValues | |
| GetSelectedValue | |
| GetValue | (Inherited from DataControlBindingT) |
| SetDataSource | |
| SetSelectedValue | |
| SetValue | (Inherited from DataControlBindingT) |