ListBindingHelper Methods
.NET Framework 4.5
The ListBindingHelper type exposes the following members.
| Name | Description | |
|---|---|---|
|
GetList(Object) | Returns a list associated with the specified data source. |
|
GetList(Object, String) | Returns an object, typically a list, from the evaluation of a specified data source and optional data member. |
|
GetListItemProperties(Object) | Returns the PropertyDescriptorCollection that describes the properties of an item type contained in a specified data source, or properties of the specified data source. |
|
GetListItemProperties(Object, PropertyDescriptor[]) | Returns the PropertyDescriptorCollection that describes the properties of an item type contained in a collection property of a data source. Uses the specified PropertyDescriptor array to indicate which properties to examine. |
|
GetListItemProperties(Object, String, PropertyDescriptor[]) | Returns the PropertyDescriptorCollection that describes the properties of an item type contained in the specified data member of a data source. Uses the specified PropertyDescriptor array to indicate which properties to examine. |
|
GetListItemType(Object) | Returns the data type of the items in the specified list. |
|
GetListItemType(Object, String) | Returns the data type of the items in the specified data source. |
|
GetListName | Returns the name of an underlying list, given a data source and optional PropertyDescriptor array. |