Gets a value indicating whether the data source supports searching with the Find method.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public virtual bool SupportsSearching { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property SupportsSearching As Boolean
	Get

Implements

IBindingList..::..SupportsSearching

See Also