IBindingList.SupportsSearching Property
.NET Framework 1.1
Gets whether the list supports searching using the Find method.
[Visual Basic] ReadOnly Property SupportsSearching As Boolean [C#] bool SupportsSearching {get;} [C++] __property bool get_SupportsSearching(); [JScript] function get SupportsSearching() : Boolean;
Property Value
true if the list supports searching using the Find method; otherwise, false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
IBindingList Interface | IBindingList Members | System.ComponentModel Namespace