ComboBox for ASP.NET Web Forms
EnsureDropDownOnBody Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ComboBox Namespace > C1ComboBox Class : EnsureDropDownOnBody Property
A value indicating the dropdown element will be append to the body or combobox container. If the value is true, the dropdown list will be appended to body element, else it will append to the combobox container. Default: true. Type: Boolean.
Syntax
'Declaration
 
Public Property EnsureDropDownOnBody As System.Boolean
public System.bool EnsureDropDownOnBody {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members