ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1Accordion Class / DataSourceID Property

In This Topic
    DataSourceID Property
    In This Topic
    Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
    Syntax
    'Declaration
     
    Public Overrides Property DataSourceID As System.String
    public override System.string DataSourceID {get; set;}

    Property Value

    The ID of a control that represents the data source from which the data-bound control retrieves its data.
    See Also