ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / SupportsSearching Property

In This Topic
    SupportsSearching Property
    In This Topic
    Gets a value indicating whether the data source supports searching with the Find method.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property SupportsSearching As System.Boolean
    public virtual System.bool SupportsSearching {get;}
    See Also