| C1.Web.Wijmo.Controls.C1ComboBox Namespace > C1ComboBox Class : EnableCallBackMode Property |
'Declaration<WidgetOptionAttribute()> <System.ComponentModel.DefaultValueAttribute()> <LayoutAttribute(LayoutType.Behavior)> <C1DescriptionAttribute(Key="C1ComboBox.EnableCallBackMode", Description="Gets or sets a value that determines whether to enable callback to load C1ComboBoxItems on demand.")> <System.ComponentModel.BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)> <C1CategoryAttribute("Behavior")> Public Property EnableCallBackMode As System.Boolean
[WidgetOption()] [System.ComponentModel.DefaultValue()] [Layout(LayoutType.Behavior)] [C1Description(Key="C1ComboBox.EnableCallBackMode", Description="Gets or sets a value that determines whether to enable callback to load C1ComboBoxItems on demand.")] [System.ComponentModel.Bindable(Bindable=false, Direction=BindingDirection.OneWay)] [C1Category("Behavior")] public System.bool EnableCallBackMode {get; set;}
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" EnableCallBackMode="true"></cc1:C1ComboBox>
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2