System.ComponentModel.BindingList<T>.SupportsSearchingCore Property

Gets a value indicating whether the list supports searching.

Syntax

protected virtual bool SupportsSearchingCore { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.ComponentModel.BindingList`1 class does not provide a base implementation of searching, so BindingList`1.SupportsSearchingCore always returns false by default. For more information about implementing searching, see the BindingList`1.System#ComponentModel#IBindingList#Find(PropertyDescriptor, object) method.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0