C1.Web.Wijmo.Controls.45 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
 
Example
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" AppendDataBoundItems="true"></cc1:C1ComboBox>
See Also