ComboBox for ASP.NET Web Forms
AppendDataBoundItems Property
Example 

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ComboBox Namespace > C1ComboBox Class : AppendDataBoundItems Property
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

Reference

C1ComboBox Class
C1ComboBox Members