This documentation is archived and is not being maintained.
ListBindingHelper Class
Visual Studio 2010
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)
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, 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 | 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
