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

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public virtual bool SupportsSearching { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property SupportsSearching As Boolean

Field Value

Return Value

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

Implements

IBindingList..::.SupportsSearching

See Also