BindingList<T>.IBindingList.SupportsSearching Property

Definition

For a description of this member, see SupportsSearching.

property bool System::ComponentModel::IBindingList::SupportsSearching { bool get(); };
bool System.ComponentModel.IBindingList.SupportsSearching { get; }
member this.System.ComponentModel.IBindingList.SupportsSearching : bool
 ReadOnly Property SupportsSearching As Boolean Implements IBindingList.SupportsSearching

Property Value

true if the list supports searching using the Find(PropertyDescriptor, Object) method; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the BindingList<T> instance is cast to an IBindingList interface.

Applies to