ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / AddIndex Method
The System.ComponentModel.PropertyDescriptor to add to the indexes used for searching.

In This Topic
    AddIndex Method
    In This Topic
    Adds the System.ComponentModel.PropertyDescriptor to the indexes used for searching.
    Syntax
    'Declaration
     
    Public Sub AddIndex( _
       ByVal property As System.ComponentModel.PropertyDescriptor _
    ) 
    public void AddIndex( 
       System.ComponentModel.PropertyDescriptor property
    )

    Parameters

    property
    The System.ComponentModel.PropertyDescriptor to add to the indexes used for searching.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also