Gets or sets a value that determines whether to enable callback to load
C1ComboBoxItems on demand.
Namespace:
C1.Web.UI.Controls.C1ComboBoxAssembly:
C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)]
[BindableAttribute(false)]
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, false)]
public bool EnableCallBackMode { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(False)> _
<BindableAttribute(False)> _
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, False)> _
Public Property EnableCallBackMode As Boolean
Get
Set |
Examples
Copy CodeC#
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" EnableCallBackMode="true"></cc1:C1ComboBox> |
See Also