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

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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