Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool SupportsSearching { get; }
Visual Basic
Public ReadOnly Property SupportsSearching As Boolean
	Get
Visual C++
public:
virtual property bool SupportsSearching {
	bool get () sealed;
}
F#
abstract SupportsSearching : bool with get
override SupportsSearching : bool with get

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the list supports searching using the Find(PropertyDescriptor, Object) method; otherwise, false.

Implements

IBindingList..::..SupportsSearching

See Also