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.
public System.bool EnsureDropDownOnBody {get; set;}
'Declaration
Public Property EnsureDropDownOnBody As System.Boolean