ListBindingHelper Class
Provides functionality to discover a bindable list and the properties of the items contained in the list when they differ from the public properties of the object to which they bind.
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. |
This class is used by classes such as BindingSource.
Note that for Smartphone applications, this class requires Windows Mobile Version 5.0 software for Smartphones.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

