PagedDataSource::GetItemProperties Method (array<PropertyDescriptor^>^)
.NET Framework (current version)
Returns the System.ComponentModel::PropertyDescriptorCollection that represents the properties on each item used to bind data.
Assembly: System.Web (in System.Web.dll)
public: virtual PropertyDescriptorCollection^ GetItemProperties( array<PropertyDescriptor^>^ listAccessors ) sealed
Parameters
- listAccessors
-
Type:
array<System.ComponentModel::PropertyDescriptor^>^
An array of System.ComponentModel::PropertyDescriptor objects that contains the list name returned. This can be null.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^The System.ComponentModel::PropertyDescriptorCollection that represents the properties on each item used to bind data.
Use the GetItemProperties method to create a System.ComponentModel::PropertyDescriptorCollection that represents the properties on each item used to bind data. If the DataSource property is null or is not a System.ComponentModel::ITypedList implemented object, null is returned. For more information on the GetItemProperties method, see ITypedList::GetItemProperties.
.NET Framework
Available since 1.1
Available since 1.1
Show: