C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / EnsureDropDownOnBody Property

In This Topic
EnsureDropDownOnBody Property
In This Topic
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
 
See Also