BindingList<T>::SupportsSearchingCore Property
.NET Framework (current version)
Gets a value indicating whether the list supports searching.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if the list supports searching; otherwise, false. The default is false.
The BindingList<T> class does not provide a base implementation of searching, so SupportsSearchingCore always returns false by default. For more information about implementing searching, see the IBindingList::Find method.
.NET Framework
Available since 2.0
Available since 2.0
Show: