ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / AutoCompleteSourceOption Class / CallBack Property

In This Topic
    CallBack Property
    In This Topic
    Gets or sets a callback function that provides the most flexibility and can be used to connect any data source to Autocomplete.
    Syntax
    'Declaration
     
    Public Property CallBack As System.String
    public System.string CallBack {get; set;}
    See Also