Click or drag to resize
CommandifiedListTSupportsSearching Property
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public virtual bool SupportsSearching { get; }

Property Value

Type: Boolean

Return Value

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

Implements

IBindingListSupportsSearching
See Also