Click or drag to resize
EntityViewBaseTEntityGetItemProperties Method
Returns the PropertyDescriptorCollection that represents the properties on each item used to bind data.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual PropertyDescriptorCollection GetItemProperties(
	PropertyDescriptor[] listAccessors
)

Parameters

listAccessors
Type: System.ComponentModelPropertyDescriptor
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

ITypedListGetItemProperties(PropertyDescriptor)
See Also