PagedDataSource.GetItemProperties Method (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 PropertyDescriptorCollection GetItemProperties(
PropertyDescriptor[] listAccessors
)
Parameters
- listAccessors
-
Type:
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.PropertyDescriptorCollectionThe 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: