[]
Retrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.
public virtual PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors)
Type | Name | Description |
---|---|---|
PropertyDescriptor[] | listAccessors | An array of PropertyDescriptor objects to find in the collection as bindable. This can be null. |
Type | Description |
---|---|
PropertyDescriptorCollection | The PropertyDescriptorCollection that represents the properties on each item used to bind data. |