ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxCallbackEventArgs Class / DataSource Property

In This Topic
    DataSource Property (C1ComboBoxCallbackEventArgs)
    In This Topic
    Bind the DataSource to C1ComboBox in Callback mode.
    Syntax
    'Declaration
     
    Public Property DataSource As System.Object
    public System.object DataSource {get; set;}
    See Also