ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 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
    public System.bool EnsureDropDownOnBody {get; set;}
    See Also