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.4.0.0 (1.4.19.0711)
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