Click or drag to resize

FilteringBindingList<T>.GetItemProperties Method

Returns the PropertyDescriptorCollection that represents the properties on each item used to bind data.

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public PropertyDescriptorCollection GetItemProperties(
	PropertyDescriptor[] listAccessors
)

Parameters

listAccessors
Type:System.ComponentModel.PropertyDescriptor[]
An array of PropertyDescriptor objects to find in the collection as bindable. This can be null.

Return Value

Type: PropertyDescriptorCollection
The PropertyDescriptorCollection that represents the properties on each item used to bind data.

Implements

ITypedList.GetItemProperties(PropertyDescriptor[])
See Also