Gets or sets a value determines whether to append bound items for C1ComboBox.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Data")]
[JsonAttribute(true, true, false)]
[LayoutAttribute(LayoutType.Misc)]
[DefaultValueAttribute(false)]
[BindableAttribute(false)]
public bool AppendDataBoundItems { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Data")> _
<JsonAttribute(True, True, False)> _
<LayoutAttribute(LayoutType.Misc)> _
<DefaultValueAttribute(False)> _
<BindableAttribute(False)> _
Public Property AppendDataBoundItems As Boolean
	Get
	Set

Examples

Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" AppendDataBoundItems="true"></cc1:C1ComboBox>

See Also