This documentation is archived and is not being maintained.
IBindingList::SupportsSearching Property
.NET Framework (current version)
Gets whether the list supports searching using the Find method.
Namespace:
System.ComponentModelAssembly:
System (in System.dll)
property bool SupportsSearching {
bool get();
}
Property Value
Type:
System::Booleantrue if the list supports searching using the Find method; otherwise, false.
The following code example demonstrates how to implement the SupportsSearching property.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 1.1
Return to top