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

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

    Parameters

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