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

In This Topic
    AppendDataBoundItems Property
    In This Topic
    Gets or sets a value determines whether to append bound items for C1ComboBox.
    Syntax
    'Declaration
     
    Public Property AppendDataBoundItems As System.Boolean
    public System.bool AppendDataBoundItems {get; set;}
    Example
    <cc1:C1ComboBox ID="c1ComboBox2" runat="server" AppendDataBoundItems="true"></cc1:C1ComboBox>
    See Also