ListViewPagedDataSource.GetItemProperties Method (PropertyDescriptor[])
Returns a System.ComponentModel.PropertyDescriptorCollection object that represents the properties that are used to bind data.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public PropertyDescriptorCollection GetItemProperties(
PropertyDescriptor[] listAccessors
)
Parameters
- listAccessors
-
Type:
System.ComponentModel.PropertyDescriptor[]
An array of System.ComponentModel.PropertyDescriptor objects to find in the collection as bindable. This can be null.
Return Value
Type: System.ComponentModel.PropertyDescriptorCollectionThe System.ComponentModel.PropertyDescriptorCollection object that represents the properties that are used to bind data.
Use the GetItemProperties method to obtain a System.ComponentModel.PropertyDescriptorCollection object that represents the properties that are used to bind data. The GetItemProperties method calls the ITypedList.GetItemProperties method of the underlying data source object. If the DataSource property is null or does not implement the System.ComponentModel.ITypedList interface, null is returned.
Available since 3.5