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.12.0.0 (5.12.0)
Syntaxpublic virtual PropertyDescriptorCollection GetItemProperties(
	PropertyDescriptor[] listAccessors
)
Public Overridable Function GetItemProperties ( 
	listAccessors As PropertyDescriptor()
) As PropertyDescriptorCollection
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