ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / GetItemProperties Method
An array of System.ComponentModel.PropertyDescriptor objects to find in the collection as bindable. This can be null.

In This Topic
    GetItemProperties Method
    In This Topic
    Returns the System.ComponentModel.PropertyDescriptorCollection that represents the properties on each item used to bind data.
    Syntax
    'Declaration
     
    Public Function GetItemProperties( _
       ByVal listAccessors() As System.ComponentModel.PropertyDescriptor _
    ) As System.ComponentModel.PropertyDescriptorCollection
    public System.ComponentModel.PropertyDescriptorCollection GetItemProperties( 
       System.ComponentModel.PropertyDescriptor[] listAccessors
    )

    Parameters

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

    Return Value

    The System.ComponentModel.PropertyDescriptorCollection that represents the properties on each item used to bind data.
    See Also