ListBindingHelper Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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^, array<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^, array<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(Object^, array<PropertyDescriptor^>^) | Returns the name of an underlying list, given a data source and optional PropertyDescriptor array. |

