BindingSource::SupportsSearching Property
.NET Framework (current version)
Gets a value indicating whether the data source supports searching with the Find method.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool SupportsSearching { virtual bool get(); }
Property Value
Type: System::Booleantrue if the list is a IBindingList and supports the searching with the Find method; otherwise, false.
Implements
IBindingList::SupportsSearchingIf the data source is not an IBindingList, SupportsSearching always returns false.
.NET Framework
Available since 2.0
Available since 2.0
Show: