ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / SupportsSearching Property

In This Topic
    SupportsSearching Property
    In This Topic
    Gets whether the list supports searching using the System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object) method.
    Syntax
    'Declaration
     
    Public ReadOnly Property SupportsSearching As System.Boolean
    public System.bool SupportsSearching {get;}
    See Also