EnableCallBackMode Property (C1ComboBox)
Gets or sets a value that determines whether to enable callback to load
C1ComboBoxItems on demand.
public System.bool EnableCallBackMode {get; set;}
'Declaration
Public Property EnableCallBackMode As System.Boolean
<cc1:C1ComboBox ID="c1ComboBox2" runat="server" EnableCallBackMode="true"></cc1:C1ComboBox>